Skip to content

Commit 326c01c

Browse files
Update actions/checkout action
1 parent ccf8b01 commit 326c01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/appimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
image: ghcr.io/pkgforge-dev/archlinux:latest
2626
options: --privileged --device /dev/fuse
2727
steps:
28-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929
- name: Preparing Container
3030
uses: pkgforge-dev/anylinux-setup-action@8872fabe63f9a00b35e25b2f46da62a05afc9a7d # v1
3131
- name: Install Dependencies
@@ -66,7 +66,7 @@ jobs:
6666
files: |
6767
*.AppImage*
6868
*.AppBundle*
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
7070
- name: Update LATEST_VERSION
7171
run: |
7272
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)