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 801d0bb commit c577170Copy full SHA for c577170
.github/workflows/appimage.yml
@@ -23,7 +23,7 @@ jobs:
23
# arch: aarch64
24
container: ghcr.io/pkgforge-dev/archlinux:latest
25
steps:
26
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27
- name: Preparing Container
28
uses: pkgforge-dev/anylinux-setup-action@8872fabe63f9a00b35e25b2f46da62a05afc9a7d # v1
29
- name: Install Dependencies
@@ -66,7 +66,7 @@ jobs:
66
*.AppImage*
67
*.AppBundle*
68
69
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
70
- name: Update LATEST_VERSION
71
run: |
72
echo "${{ env.VERSION }}" > ./LATEST_VERSION
0 commit comments