Skip to content

Commit 82a05e9

Browse files
chore(deps): update actions/checkout action to v6
1 parent 5e036bb commit 82a05e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
SQLX_OFFLINE: true
2222
steps:
2323
- name: Checkout sources
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Install OpenSSL build deps
2727
if: runner.os == 'Linux'

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
artifact_name: stacker-macos-aarch64
3131
runs-on: ${{ matrix.os }}
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434
- name: Verify .sqlx cache exists
3535
run: |
3636
ls -lh .sqlx/ || echo ".sqlx directory not found"

0 commit comments

Comments
 (0)