Skip to content

Commit

Permalink
Update GH action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tompave committed Aug 9, 2024
1 parent fca3a07 commit 7f83e8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:

steps:
- name: Set up Elixir and OTP
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ env.elixir_version }}
otp-version: ${{ env.otp_version }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Restore cache for deps/ and _build/ directories'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
deps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
steps:

- name: Set up Elixir and OTP
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Restore cache for deps/ and _build/ directories'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
deps
Expand Down

0 comments on commit 7f83e8f

Please sign in to comment.