Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a53f27e

Browse files
authoredMar 12, 2024··
Bump actions/checkout from 4.1.1 to 4.1.2 (#5)
1 parent f5f84f2 commit a53f27e

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
47+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
75+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
102+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
103103
- name: Install vexctl
104104
uses: ./
105105
with:

0 commit comments

Comments
 (0)
Please sign in to comment.