Skip to content

Commit

Permalink
Merge pull request #15 from PainterQubits/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…ithub-actions-3e83326924

Bump the github-actions group with 1 update
  • Loading branch information
alexhad6 authored Jan 22, 2024
2 parents 4ff2e77 + 9c36872 commit 2efe86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version-file: .nvmrc

- name: Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .yarn/cache
key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version-file: .nvmrc

- name: Yarn cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .yarn/cache
key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 2efe86c

Please sign in to comment.