Skip to content

Commit 59f7580

Browse files
chore(deps): update actions/checkout action to v5 (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1bc074f commit 59f7580

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@v4
31+
- uses: actions/checkout@v5
3232

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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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@v4
31+
- uses: actions/checkout@v5
3232

3333
- name: Set up ccache for ${{ matrix.arch }}
3434
uses: actions/[email protected]
@@ -97,7 +97,7 @@ jobs:
9797
files: |
9898
*.AppImage*
9999
100-
- uses: actions/checkout@v4
100+
- uses: actions/checkout@v5
101101
- name: Update LATEST_VERSION
102102
run: |
103103
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)