Skip to content

Commit

Permalink
GHA: update actions to v4 (NFCI)
Browse files Browse the repository at this point in the history
Update to the latest version of `actions/checkout` to avoid a
deprecation warning.
  • Loading branch information
compnerd committed Jul 10, 2024
1 parent 663e054 commit b8670f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
tag: ${{ matrix.tag }}
branch: ${{ matrix.branch }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: dsaltares/fetch-gh-release-asset@a40c8b4a0471f9ab81bdf73a010f74cc51476ad4 # v1.1.1
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
tag: ${{ matrix.tag }}
branch: ${{ matrix.branch }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

0 comments on commit b8670f5

Please sign in to comment.