Skip to content

Commit 94f3e97

Browse files
Update actions/checkout action to v5
1 parent 9b17324 commit 94f3e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.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@v4
28+
- uses: actions/checkout@v5
2929

3030
- name: Get dependencies
3131
run: chmod +x ./get-dependencies.sh && ./get-dependencies.sh
@@ -70,7 +70,7 @@ jobs:
7070
*.AppImage*
7171
*.AppBundle*
7272
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v5
7474
- name: Update LATEST_VERSION
7575
run: |
7676
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)