Skip to content

Commit 1861126

Browse files
Merge pull request #145 from Checkmarx/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 6b6fc11 + 6cc0853 commit 1861126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
publish:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: haya14busa/action-update-semver@v1
1515
with:
1616
major_version_tag_only: true

.github/workflows/test_action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- run: mkdir -p myoutput
1313
- name: Test KICS action
1414
uses: ./

0 commit comments

Comments
 (0)