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 1bc074f commit 59f7580Copy full SHA for 59f7580
.github/workflows/nightly.yml
@@ -28,7 +28,7 @@ jobs:
28
CCACHE_SLOPPINESS: time_macros
29
SCCACHE_GHA_ENABLED: "true"
30
steps:
31
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
32
33
- name: Set up ccache for ${{ matrix.arch }}
34
uses: actions/[email protected]
.github/workflows/release.yml
@@ -97,7 +97,7 @@ jobs:
97
files: |
98
*.AppImage*
99
100
101
- name: Update LATEST_VERSION
102
run: |
103
echo "${{ env.VERSION }}" > ./LATEST_VERSION
0 commit comments