Skip to content

Commit 2ee691f

Browse files
Update actions/checkout action to v5
1 parent b2ec5cc commit 2ee691f

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@v5
1616

1717
- name: build
1818
run: |
@@ -74,7 +74,7 @@ jobs:
7474
*.AppImage*
7575
*.AppBundle*
7676
77-
- uses: actions/checkout@v4
77+
- uses: actions/checkout@v5
7878
- name: Update LATEST_VERSION
7979
run: |
8080
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)