Skip to content

Commit 394f14c

Browse files
Bump actions/checkout from 4.1.3 to 4.1.4 (#8)
1 parent f1ddbad commit 394f14c

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

0 commit comments

Comments
 (0)