We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7a6de commit 2ce02aeCopy full SHA for 2ce02ae
.github/workflows/blank.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
17
- name: build
18
run: |
@@ -73,7 +73,7 @@ jobs:
73
*.AppImage*
74
*.AppBundle*
75
76
77
- name: Update LATEST_VERSION
78
79
echo "${{ env.VERSION }}" > ./LATEST_VERSION
0 commit comments