Skip to content

Commit

Permalink
Merge pull request #38 from NFIBrokerage/bump-github-action-versions
Browse files Browse the repository at this point in the history
Bump github action versions
  • Loading branch information
svrdlans authored Mar 18, 2024
2 parents 453cedc + 5f51de3 commit 026484d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:

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

- name: Restore the deps cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: deps
key: ${{ runner.os }}-deps-${{ env.MIX_ENV }}

- name: Restore the _build cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: _build
key: ${{ runner.os }}-build-${{ env.MIX_ENV }}
Expand Down

0 comments on commit 026484d

Please sign in to comment.