Skip to content

Commit 1bfe5f0

Browse files
Update actions/checkout action to v5
1 parent bb1ae67 commit 1bfe5f0

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
@@ -73,7 +73,7 @@ jobs:
7373
*.AppImage*
7474
*.AppBundle*
7575
76-
- uses: actions/checkout@v4
76+
- uses: actions/checkout@v5
7777
- name: Update LATEST_VERSION
7878
run: |
7979
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)