Skip to content

Commit

Permalink
Update GitHub actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 17, 2023
1 parent af50255 commit e7ba175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- os: { name: Windows, runner: windows-latest }
beam: { otp: '26', elixir: '1.15' }
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: erlef/setup-beam@v1
with:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
name: Extra checks
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: erlef/setup-beam@v1
with:
Expand Down

0 comments on commit e7ba175

Please sign in to comment.