Skip to content

Commit ec228fa

Browse files
Update actions/checkout action to v5
1 parent df183a6 commit ec228fa

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
with:
2828
persist-credentials: false
2929

@@ -83,7 +83,7 @@ jobs:
8383
*.AppImage*
8484
*.AppBundle*
8585
86-
- uses: actions/checkout@v4
86+
- uses: actions/checkout@v5
8787
- name: Update LATEST_VERSION
8888
run: |
8989
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)