Skip to content

Commit 3762cb1

Browse files
authored
Merge pull request #41 from vshev4enko/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents b50c4b4 + 3f635bc commit 3762cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
otp: 26.x
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
- name: Set up Elixir
2929
uses: erlef/setup-beam@v1
3030
with:

0 commit comments

Comments
 (0)