Skip to content

Commit 08b6cf3

Browse files
authored
Merge pull request #13 from KredeGC/workflow-update
Workflow update
2 parents 2eb8e7d + 691bd5e commit 08b6cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v6
2525
- name: Copy LICENSE
2626
run: cp LICENSE include/ktl/LICENSE
2727
- name: Create VERSION.txt
@@ -35,7 +35,7 @@ jobs:
3535
- name: Tar headers
3636
run: tar czvf KTL.tar.gz include/ktl
3737
- name: Release
38-
uses: softprops/action-gh-release@v1
38+
uses: softprops/action-gh-release@v2
3939
with:
4040
files: |
4141
KTL.zip

0 commit comments

Comments
 (0)