Skip to content

Commit

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

Bump the github-actions group with 1 update
  • Loading branch information
alexhad6 authored Jan 22, 2024
2 parents 34d232a + b61b8e7 commit 972dd0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 All @@ -51,7 +51,7 @@ jobs:
run: hatch run lint:pylint ${{ env.PYTHON_PACKAGE_NAME }}

- name: Mypy cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .mypy_cache
key: mypy-${{ runner.os }}-python-${{ env.PYTHON_VERSION }}-${{ github.sha }}
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 972dd0d

Please sign in to comment.