Skip to content

Commit ab7225e

Browse files
Bump actions/checkout from 4 to 5
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] <support@github.com>
1 parent c154835 commit ab7225e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
env:
7171
MIX_ENV: test
7272
steps:
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v5
7474
- uses: erlef/setup-beam@v1
7575
with:
7676
otp-version: ${{matrix.otp}}
@@ -148,7 +148,7 @@ jobs:
148148
- name: Set git to use original line ending
149149
run: |
150150
git config --global core.autocrlf false
151-
- uses: actions/checkout@v4
151+
- uses: actions/checkout@v5
152152
- uses: erlef/setup-beam@v1
153153
with:
154154
otp-version: ${{matrix.otp}}
@@ -170,7 +170,7 @@ jobs:
170170
- elixir: 1.18.x
171171
otp: 27.x
172172
steps:
173-
- uses: actions/checkout@v4
173+
- uses: actions/checkout@v5
174174
- uses: erlef/setup-beam@v1
175175
with:
176176
otp-version: ${{matrix.otp}}

0 commit comments

Comments
 (0)