Skip to content

Commit ae2c8d3

Browse files
authoredNov 1, 2024··
Bump actions/checkout from 4.2.0 to 4.2.2 (#448)
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 a657a4d commit ae2c8d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
version: 29.4
1717

18-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.0.0
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.0.0
1919

2020
- name: Run exercism/emacs-lisp ci (runs tests) for all exercises
2121
run: |

‎.github/workflows/configlet-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313

1414
steps:
15-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.0.0
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.0.0
1616

1717
- name: Fetch configlet
1818
uses: exercism/github-actions/configlet-ci@main

0 commit comments

Comments
 (0)
Please sign in to comment.