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 54fcd87 commit ca89d10Copy full SHA for ca89d10
.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
@@ -67,7 +67,7 @@ jobs:
67
*.AppImage*
68
*.AppBundle*
69
70
71
- name: Update LATEST_VERSION
72
run: |
73
echo "${{ env.VERSION }}" > ./LATEST_VERSION
0 commit comments