Skip to content

Commit 8265996

Browse files
Update actions/checkout action to v6
1 parent d0959c4 commit 8265996

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
2727
with:
2828
persist-credentials: false
2929

@@ -92,7 +92,7 @@ jobs:
9292
*.AppImage*
9393
*.AppBundle*
9494
95-
- uses: actions/checkout@v4
95+
- uses: actions/checkout@v6
9696
- name: Update LATEST_VERSION
9797
run: |
9898
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)