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 aeaf561 commit 981c77bCopy full SHA for 981c77b
.github/workflows/blank.yml
@@ -23,7 +23,7 @@ jobs:
23
# arch: aarch64
24
container: ghcr.io/pkgforge-dev/archlinux:latest
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
28
- name: Get dependencies
29
run: chmod +x ./get-dependencies.sh && ./get-dependencies.sh
@@ -68,7 +68,7 @@ jobs:
68
*.AppImage*
69
*.AppBundle*
70
71
72
- name: Update LATEST_VERSION
73
run: |
74
echo "${{ env.VERSION }}" > ./LATEST_VERSION
0 commit comments