Skip to content

Commit 0f350d1

Browse files
Bump actions/checkout from 4.1.7 to 4.2.2 (#323)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 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@692973e...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b72a73c commit 0f350d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3131
- name: Use Node.js LTS (16.x)
3232
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
3333
with:

0 commit comments

Comments
 (0)