Skip to content

Commit b1061cd

Browse files
chore(deps): update actions/checkout action to v6 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d8bc60 commit b1061cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
CCACHE_SLOPPINESS: time_macros
2929
SCCACHE_GHA_ENABLED: "true"
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- name: Set up ccache for ${{ matrix.arch }}
3434
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
CCACHE_SLOPPINESS: time_macros
2929
SCCACHE_GHA_ENABLED: "true"
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- name: Set up ccache for ${{ matrix.arch }}
3434
uses: actions/[email protected]

0 commit comments

Comments
 (0)