Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit 3769fd5

Browse files
chore(deps): update actions/checkout action to v4
1 parent 4ad4206 commit 3769fd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v3.6.0
14+
uses: actions/checkout@v4.2.0
1515

1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check Out Code
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Set Up Docker Buildx
2020
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)