We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b6fc11 + 6cc0853 commit 1861126Copy full SHA for 1861126
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
publish:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
- uses: haya14busa/action-update-semver@v1
15
with:
16
major_version_tag_only: true
.github/workflows/test_action.yaml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
- run: mkdir -p myoutput
- name: Test KICS action
uses: ./
0 commit comments