Skip to content

Commit

Permalink
Update actions/checkout to v4 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linjunpop committed Jun 13, 2024
1 parent bbf51c3 commit dfe833b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
elixir: "1.17.0"
steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup OTP and Elixir
uses: erlef/setup-beam@v1
with:
Expand Down

0 comments on commit dfe833b

Please sign in to comment.