Skip to content

Commit 9be1f38

Browse files
Bump actions/checkout from 4.1.4 to 4.1.5 (#9)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...44c2b7a) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 394f14c commit 9be1f38

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
27+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
47+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
75+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
102+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
103103
- name: Install vexctl
104104
uses: ./
105105
with:

0 commit comments

Comments
 (0)