Skip to content

Commit 026b529

Browse files
Update actions/checkout action to v5
1 parent c2f9859 commit 026b529

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
@@ -23,7 +23,7 @@ jobs:
2323
# arch: aarch64
2424
container: ghcr.io/pkgforge-dev/archlinux:latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Get dependencies
2929
run: chmod +x ./get-dependencies.sh && ./get-dependencies.sh
@@ -68,7 +68,7 @@ jobs:
6868
*.AppImage*
6969
*.AppBundle*
7070
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v5
7272
- name: Update LATEST_VERSION
7373
run: |
7474
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)