Skip to content

Commit 184f2f4

Browse files
build(deps): update actions/checkout from 3.1.0 to 3.3.0 (#1135)
Update [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93ea575...ac59398) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5f9650 commit 184f2f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Check track configuration
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
16+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
1717
with:
1818
# main is needed in addition to HEAD, because the README check only
1919
# checks exercises changed since main. This fetches the entire repo's
@@ -71,7 +71,7 @@ jobs:
7171
# https://github.com/actions/toolkit/issues/399
7272
continue-on-error: ${{ matrix.resolver == 'nightly' }}
7373
steps:
74-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
74+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
7575

7676
- name: Install yq (for stack resolvers)
7777
run: |

0 commit comments

Comments
 (0)