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 bd5d1d9 commit 49389b3Copy full SHA for 49389b3
.github/workflows/blank.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
container: ghcr.io/pkgforge-dev/archlinux:latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Get dependencies
19
run: chmod +x ./get-dependencies.sh && ./get-dependencies.sh
@@ -57,7 +57,7 @@ jobs:
57
*.AppImage*
58
*.AppBundle*
59
60
61
- name: Update LATEST_VERSION
62
run: |
63
echo "${{ env.VERSION }}" > ./LATEST_VERSION
0 commit comments