Skip to content

Commit

Permalink
Merge pull request #18 from glossia/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
pepicrft authored May 15, 2024
2 parents 6980717 + 851085b commit 719b7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lightningcss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
elixir-version: ${{ env.ELIXIR_VERSION }}

- name: Restore Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: |
Expand All @@ -55,7 +55,7 @@ jobs:
elixir-version: ${{ env.ELIXIR_VERSION }}

- name: Restore Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: |
Expand Down

0 comments on commit 719b7dd

Please sign in to comment.