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 ec1f989 commit f23ef8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -54,7 +54,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 @@ -89,7 +89,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 @@ -121,7 +121,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 f23ef8f

Please sign in to comment.