Skip to content

Commit 5ed95ae

Browse files
Update actions/checkout action to v5
1 parent 9ce53db commit 5ed95ae

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
@@ -22,7 +22,7 @@ jobs:
2222
arch: aarch64
2323
container: ghcr.io/pkgforge-dev/archlinux:latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

2727
- name: Get dependencies
2828
if: always()
@@ -91,7 +91,7 @@ jobs:
9191
*.AppImage*
9292
*.AppBundle*
9393
94-
- uses: actions/checkout@v4
94+
- uses: actions/checkout@v5
9595
- name: Update LATEST_VERSION
9696
run: |
9797
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)