Skip to content

Commit 1fb3a93

Browse files
Bump actions/checkout from 4.1.4 to 4.1.6 (#751)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@0ad4b8f...a5ac7e5) --- 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 97d391e commit 1fb3a93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
RUNALL: "true"
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
17+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1818

1919
- name: Run tests
2020
run: swift test
@@ -24,15 +24,15 @@ jobs:
2424
RUNALL: "true"
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
27+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2828

2929
- name: Run tests
3030
run: swift test --package-path ./generator
3131
generator-template-tests:
3232
runs-on: macos-13
3333
steps:
3434
- name: Checkout code
35-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
35+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3636

3737
- name: Run tests
3838
run: ./bin/test_generator.sh

0 commit comments

Comments
 (0)