Skip to content

Commit 9364a2d

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#775)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- 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 cf558c4 commit 9364a2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
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@d632683dd7b4114ad314bca15554477dd762a938
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938
27+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938
35+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3636

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

0 commit comments

Comments
 (0)