Skip to content

Commit 2227bd7

Browse files
committed
GHA: update actions to v4 (NFCI)
Update to the latest version of `actions/checkout` to avoid a deprecation warning.
1 parent bf8743b commit 2227bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
tag: ${{ matrix.tag }}
2727
branch: ${{ matrix.branch }}
2828

29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- uses: dsaltares/fetch-gh-release-asset@a40c8b4a0471f9ab81bdf73a010f74cc51476ad4 # v1.1.1
3232
with:
@@ -61,7 +61,7 @@ jobs:
6161
tag: ${{ matrix.tag }}
6262
branch: ${{ matrix.branch }}
6363

64-
- uses: actions/checkout@v3
64+
- uses: actions/checkout@v4
6565

6666
- uses: dsaltares/fetch-gh-release-asset@a40c8b4a0471f9ab81bdf73a010f74cc51476ad4 # v1.1.1
6767
with:

0 commit comments

Comments
 (0)