Skip to content

Commit

Permalink
Bump mskelton/setup-yarn from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [mskelton/setup-yarn](https://github.com/mskelton/setup-yarn) from 2 to 3.
- [Release notes](https://github.com/mskelton/setup-yarn/releases)
- [Commits](mskelton/setup-yarn@v2...v3)

---
updated-dependencies:
- dependency-name: mskelton/setup-yarn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 7b707c5 commit 96035c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static_code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: '3.9'
cache: 'poetry'
- name: Setup yarn
uses: mskelton/setup-yarn@v2
uses: mskelton/setup-yarn@v3
- name: Install dependencies and check code
run: |
yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
attempt_limit: 5
attempt_delay: 30000
- name: Setup yarn
uses: mskelton/setup-yarn@v2
uses: mskelton/setup-yarn@v3
- name: Install nextjs dependencies and check code
run: |
yarn
Expand Down

0 comments on commit 96035c2

Please sign in to comment.