Skip to content

Commit 080df8b

Browse files
chore(deps): update actions/checkout action to v4 [skip ci]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Discussion: #11
1 parent bdfb048 commit 080df8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
swap-storage: true
3030
docker-images: true
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
- name: Build
3434
run: |
3535
echo "Free space:"

.github/workflows/triageops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pre-commit-ci:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Install devbox
1414
uses: jetpack-io/[email protected]
1515
with:

0 commit comments

Comments
 (0)