We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ca207 commit ef8e855Copy full SHA for ef8e855
.github/workflows/nightly.yml
@@ -33,7 +33,7 @@ jobs:
33
CCACHE_COMPILERCHECK: content
34
CCACHE_SLOPPINESS: time_macros
35
steps:
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
37
with:
38
persist-credentials: false
39
.github/workflows/stable.yml
@@ -125,7 +125,7 @@ jobs:
125
files: |
126
*.AppImage*
127
128
129
- name: Update LATEST_VERSION
130
run: |
131
echo "${{ env.VERSION }}" > ./LATEST_VERSION
0 commit comments