Skip to content

Commit ad8ff8e

Browse files
authored
Merge pull request #18 from bytes-zone/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 5f71cd8 + 9e33ada commit ad8ff8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
image: ${{ steps.push.outputs.image }}
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- uses: DeterminateSystems/nix-installer-action@v19
2727
- uses: DeterminateSystems/magic-nix-cache-action@v13
2828
- uses: nixbuild/nixbuild-action@v20
@@ -77,7 +77,7 @@ jobs:
7777
needs: push
7878

7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v5
8181
with:
8282
repository: bytes-zone/infrastructure.v3
8383
ref: main

0 commit comments

Comments
 (0)