Skip to content

Commit 72c0046

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0 (#1608)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3817e79 commit 72c0046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
25+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2626

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

9090
steps:
91-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
91+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
9292
- name: Use Elixir ${{matrix.elixir}} / OTP ${{matrix.otp}}
9393
uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9
9494
with:

0 commit comments

Comments
 (0)