Skip to content

Commit 4ff2bb4

Browse files
committed
Bump checkout to v4
1 parent 58c0e86 commit 4ff2bb4

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
@@ -18,7 +18,7 @@ jobs:
1818
elixir: ["1.17"]
1919
otp: ["27"]
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: erlef/setup-beam@v1
2323
with:
2424
otp-version: ${{ matrix.otp }}
@@ -49,7 +49,7 @@ jobs:
4949
- elixir: "1.17"
5050
otp: "24"
5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
- uses: erlef/setup-beam@v1
5454
with:
5555
otp-version: ${{ matrix.otp }}

0 commit comments

Comments
 (0)