Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.7 to 4.2.0 (#1527)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@692973e...d632683)

---
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>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent ba66fc5 commit 1ec4ad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- name: Use Elixir
uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
otp: '27.0'

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Use Elixir ${{matrix.elixir}} / OTP ${{matrix.otp}}
uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f
with:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
name: Link Checker
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- name: Retrieve Lychee Cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
Expand Down

0 comments on commit 1ec4ad0

Please sign in to comment.