Skip to content

Commit 9b604e3

Browse files
Update actions/checkout action to v5
1 parent 2032dd0 commit 9b604e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank2.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: Install dependencies
2929
run: |
@@ -69,7 +69,7 @@ jobs:
6969
*.AppImage*
7070
*.AppBundle*
7171
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373
- name: Update LATEST_VERSION
7474
run: |
7575
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)