Skip to content

Commit 1d785b2

Browse files
Update GitHub Actions
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent 1ca2ce3 commit 1d785b2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/integration-tests-composefs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v7
2929

3030
- name: Configure kernel for nested containers
3131
run: |
@@ -41,7 +41,7 @@ jobs:
4141
cat /sys/kernel/mm/ksm/run
4242
4343
- name: Set up Go
44-
uses: actions/setup-go@v5
44+
uses: actions/setup-go@v6
4545
with:
4646
go-version-file: go.mod
4747
cache: true
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Restore cached images
9797
id: image-cache
98-
uses: actions/cache/restore@v4
98+
uses: actions/cache/restore@v6
9999
with:
100100
path: /tmp/podman-image-cache
101101
key: podman-images-v2-composefs-${{ steps.digests.outputs.hash }}
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Save image cache
123123
if: steps.image-cache.outputs.cache-hit != 'true'
124-
uses: actions/cache/save@v4
124+
uses: actions/cache/save@v6
125125
with:
126126
path: /tmp/podman-image-cache
127127
key: podman-images-v2-composefs-${{ steps.digests.outputs.hash }}
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Upload logs
141141
if: failure()
142-
uses: actions/upload-artifact@v4
142+
uses: actions/upload-artifact@v7
143143
with:
144144
name: test-logs-composefs
145145
path: /tmp/bink-logs/

0 commit comments

Comments
 (0)