Skip to content

Commit 08bcc23

Browse files
Update actions/checkout action to v5
1 parent de354f6 commit 08bcc23

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
@@ -21,7 +21,7 @@ jobs:
2121
name: "Build AppImage"
2222
arch: aarch64
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Make AppImage
2727
run: |
@@ -83,7 +83,7 @@ jobs:
8383
files: |
8484
*.AppImage*
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)