Skip to content

Commit

Permalink
Merge pull request #101 from minibikini/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.6

Bump actions/checkout from 3.6.0 to 4.1.6
  • Loading branch information
minibikini authored Dec 30, 2024
2 parents 132a947 + 84c193d commit 853738d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
elixir: 1.14.x

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
- uses: erlef/setup-beam@v1
Expand All @@ -57,7 +57,7 @@ jobs:
container:
image: elixir:1.13-slim
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.6
- name: Install Dependencies
run: |
mix local.rebar --force
Expand All @@ -72,7 +72,7 @@ jobs:
container:
image: elixir:1.13-slim
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.6
- name: Install Dependencies
run: |
mix local.rebar --force
Expand Down

0 comments on commit 853738d

Please sign in to comment.