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 9b17324 commit 94f3e97Copy full SHA for 94f3e97
.github/workflows/blank.yml
@@ -25,7 +25,7 @@ jobs:
25
image: ghcr.io/pkgforge-dev/archlinux:latest
26
options: --privileged --device /dev/fuse
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
30
- name: Get dependencies
31
run: chmod +x ./get-dependencies.sh && ./get-dependencies.sh
@@ -70,7 +70,7 @@ jobs:
70
*.AppImage*
71
*.AppBundle*
72
73
74
- name: Update LATEST_VERSION
75
run: |
76
echo "${{ env.VERSION }}" > ./LATEST_VERSION
0 commit comments