Skip to content

Commit 1552ccb

Browse files
Update actions/checkout action to v7
1 parent c25adb6 commit 1552ccb

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
@@ -21,7 +21,7 @@ jobs:
2121
name: "Build AppImage"
2222
arch: aarch64
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v7
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@v7
8787
- name: Update LATEST_VERSION
8888
run: |
8989
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)