Skip to content

Commit 4dc224c

Browse files
build(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#1116)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@2541b12...93ea575) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc314b6 commit 4dc224c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
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@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.1
16+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.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@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.1
74+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
7575

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

0 commit comments

Comments
 (0)