Skip to content

Commit f2c8db5

Browse files
committed
Update GitHub Actions runtimes
1 parent 56d0894 commit f2c8db5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
SMOKE_BUILD_DIR: ${{ github.workspace }}/smoke/build
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v6
3636

3737
- name: Restore NAM cache
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ${{ env.NAM_CACHE_ROOT }}
4141
key: nam-cache-${{ runner.os }}-${{ hashFiles('media/**/*.dvc') }}

0 commit comments

Comments
 (0)