Skip to content

Commit 2ce02ae

Browse files
Update actions/checkout action to v6
1 parent db7a6de commit 2ce02ae

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
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- name: build
1818
run: |
@@ -73,7 +73,7 @@ jobs:
7373
*.AppImage*
7474
*.AppBundle*
7575
76-
- uses: actions/checkout@v4
76+
- uses: actions/checkout@v6
7777
- name: Update LATEST_VERSION
7878
run: |
7979
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)