Skip to content

Commit

Permalink
Merge pull request #65 from mruoss/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.1.6
  • Loading branch information
mruoss committed May 17, 2024
2 parents bf95945 + a76fbd3 commit f3e5399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- elixir: "1.13.x"
otp: "26.x"
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down

0 comments on commit f3e5399

Please sign in to comment.