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 bb1ae67 commit 1bfe5f0Copy full SHA for 1bfe5f0
.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
@@ -73,7 +73,7 @@ jobs:
73
*.AppImage*
74
*.AppBundle*
75
76
77
- name: Update LATEST_VERSION
78
run: |
79
echo "${{ env.VERSION }}" > ./LATEST_VERSION
0 commit comments