We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfb048 commit 080df8bCopy full SHA for 080df8b
.github/workflows/image-build-ci.yml
@@ -29,7 +29,7 @@ jobs:
29
swap-storage: true
30
docker-images: true
31
- name: Checkout
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
- name: Build
34
run: |
35
echo "Free space:"
.github/workflows/triageops.yml
@@ -9,7 +9,7 @@ jobs:
9
pre-commit-ci:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- name: Install devbox
14
uses: jetpack-io/[email protected]
15
with:
0 commit comments