Skip to content

Commit a354af6

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#14)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cb8519 commit a354af6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-setup-vexctl.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permissions: {}
2525
name: Install vexctl and test presence in path
2626
steps:
27-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2828
- name: Install vexctl
2929
uses: ./
3030
- name: Check install!
@@ -44,7 +44,7 @@ jobs:
4444
permissions: {}
4545
name: Install Custom vexctl and test presence in path with custom root dir
4646
steps:
47-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4848
- name: Install vexctl
4949
uses: ./
5050
with:
@@ -72,7 +72,7 @@ jobs:
7272
permissions: {}
7373
name: Install Custom path vexctl and test presence in path
7474
steps:
75-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
75+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7676
- name: Install vexctl
7777
uses: ./
7878
with:
@@ -99,7 +99,7 @@ jobs:
9999
permissions: {}
100100
name: Try to install a wrong vexctl
101101
steps:
102-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
102+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
103103
- name: Install vexctl
104104
uses: ./
105105
with:

0 commit comments

Comments
 (0)