Skip to content

Commit ce01f59

Browse files
Update actions/checkout action to v6
1 parent 6ea46fb commit ce01f59

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
@@ -23,7 +23,7 @@ jobs:
2323
arch: aarch64
2424
container: ghcr.io/pkgforge-dev/archlinux:latest
2525
steps:
26-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2727
- name: Preparing Container
2828
uses: pkgforge-dev/anylinux-setup-action@8872fabe63f9a00b35e25b2f46da62a05afc9a7d # v1
2929
- name: Install Dependencies
@@ -65,7 +65,7 @@ jobs:
6565
*.AppImage*
6666
*.AppBundle*
6767
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v6
6969
- name: Update LATEST_VERSION
7070
run: |
7171
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)