Skip to content

Commit

Permalink
Update GitHub Actions actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 25, 2024
1 parent c42cf4a commit 5c2a418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: yarn-cache
with:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: yarn-cache
with:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: yarn-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: yarn-cache
with:
Expand Down

0 comments on commit 5c2a418

Please sign in to comment.