Skip to content

Commit 0e6278a

Browse files
authored
Merge pull request #327 from elixir-lsp/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 1a0f422 + ab7225e commit 0e6278a

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
@@ -62,7 +62,7 @@ jobs:
6262
env:
6363
MIX_ENV: test
6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v5
6666
- uses: erlef/setup-beam@v1
6767
with:
6868
otp-version: ${{matrix.otp}}
@@ -133,7 +133,7 @@ jobs:
133133
- name: Set git to use original line ending
134134
run: |
135135
git config --global core.autocrlf false
136-
- uses: actions/checkout@v4
136+
- uses: actions/checkout@v5
137137
- uses: erlef/setup-beam@v1
138138
with:
139139
otp-version: ${{matrix.otp}}
@@ -155,7 +155,7 @@ jobs:
155155
- elixir: 1.19.x
156156
otp: 28.x
157157
steps:
158-
- uses: actions/checkout@v4
158+
- uses: actions/checkout@v5
159159
- uses: erlef/setup-beam@v1
160160
with:
161161
otp-version: ${{matrix.otp}}

0 commit comments

Comments
 (0)