Skip to content

Commit e045da4

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#1535)
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 236183b commit e045da4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2626

2727
- name: Use Elixir
2828
uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451
@@ -88,7 +88,7 @@ jobs:
8888
otp: '27.0'
8989

9090
steps:
91-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
91+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9292
- name: Use Elixir ${{matrix.elixir}} / OTP ${{matrix.otp}}
9393
uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451
9494
with:
@@ -126,7 +126,7 @@ jobs:
126126
name: Link Checker
127127
runs-on: ubuntu-22.04
128128
steps:
129-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
129+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
130130

131131
- name: Retrieve Lychee Cache
132132
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a

0 commit comments

Comments
 (0)