Skip to content

Commit 035a8dd

Browse files
build(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#1255)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 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@44c2b7a...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 64151af commit 035a8dd

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-22.04
1515
steps:
16-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
16+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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
@@ -65,7 +65,7 @@ jobs:
6565
# and an admin only needs to make "Check exercises (lts-from-exercises)" required.
6666
- lts-from-exercises
6767
steps:
68-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
68+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6969

7070
- name: Install yq (for stack resolvers)
7171
run: |

0 commit comments

Comments
 (0)