Skip to content

Commit 31fb5e2

Browse files
Bump actions/checkout from 4 to 5 (#56)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: epinault <[email protected]>
1 parent 49f03dd commit 31fb5e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- elixir: 1.18
2929
otp: 27
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232

3333
- uses: erlef/setup-beam@v1
3434
with:
@@ -55,7 +55,7 @@ jobs:
5555
format:
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v5
5959
- uses: erlef/setup-beam@v1
6060
with:
6161
elixir-version: 1

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Publish package to hex.pm
1616
uses: hipcall/github_action_publish_hex@v1

0 commit comments

Comments
 (0)