Skip to content

Commit ef8e855

Browse files
Update actions/checkout action to v6
1 parent d0ca207 commit ef8e855

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
@@ -33,7 +33,7 @@ jobs:
3333
CCACHE_COMPILERCHECK: content
3434
CCACHE_SLOPPINESS: time_macros
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
with:
3838
persist-credentials: false
3939

.github/workflows/stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
CCACHE_COMPILERCHECK: content
3434
CCACHE_SLOPPINESS: time_macros
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
with:
3838
persist-credentials: false
3939

@@ -125,7 +125,7 @@ jobs:
125125
files: |
126126
*.AppImage*
127127
128-
- uses: actions/checkout@v4
128+
- uses: actions/checkout@v6
129129
- name: Update LATEST_VERSION
130130
run: |
131131
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)