Skip to content

Commit

Permalink
chore(ci): update deprecated action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrudn committed Jul 30, 2024
1 parent d1d3062 commit e111b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
otp: "27.0"
lint: lint
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install test dependencies
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev krb5-{user,kdc,admin-server}
Expand All @@ -46,7 +46,7 @@ jobs:
elixir-version: ${{matrix.pair.elixir}}
version-type: strict

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: deps
key: mix-deps-${{ hashFiles('**/mix.lock') }}
Expand Down

0 comments on commit e111b8b

Please sign in to comment.