Skip to content

Commit df56a4c

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fdb935 commit df56a4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
lint:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
- uses: asdf-vm/actions/install@v4
@@ -30,7 +30,7 @@ jobs:
3030
test:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
with:
3535
fetch-depth: 0
3636
- uses: asdf-vm/actions/install@v4
@@ -48,7 +48,7 @@ jobs:
4848
- run: sudo zfs create zfs-pool2/unencrypted
4949
- run: echo "ddddddddddddddddddddddddddddddd" > /tmp/zfs-key
5050
- run: sudo zfs create -o encryption=on -o keylocation=file:///tmp/zfs-key -o keyformat=raw -u -v zfs-pool2/encrypted
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
with:
5353
fetch-depth: 0
5454
- uses: asdf-vm/actions/install@v4
@@ -65,7 +65,7 @@ jobs:
6565
issues: write # to be able to comment on released issues
6666
pull-requests: write # to be able to comment on released pull requests
6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v5
6969
with:
7070
fetch-depth: 0
7171
- uses: asdf-vm/actions/install@v4
@@ -97,7 +97,7 @@ jobs:
9797
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
9898
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
9999
steps:
100-
- uses: actions/checkout@v4
100+
- uses: actions/checkout@v5
101101
- name: Install Vercel CLI
102102
run: npm install --global vercel@latest
103103
- name: Pull Vercel Environment Information

0 commit comments

Comments
 (0)