Skip to content

Commit

Permalink
Upgrade google/wireit's setup-github-actions-caching to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Oct 2, 2024
1 parent 0f93b4a commit c1c5f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache: npm

- name: Setup Wireit cache
uses: google/wireit@setup-github-actions-caching/v1
uses: google/wireit@setup-github-actions-caching/v2

- name: Environment setup
run: sudo apt-get install ccache ninja-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-realm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
cache: npm

- name: Setup Wireit cache
uses: google/wireit@setup-github-actions-caching/v1
uses: google/wireit@setup-github-actions-caching/v2

- name: MSVC Setup
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit c1c5f25

Please sign in to comment.