Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/mskelt…
Browse files Browse the repository at this point in the history
…on/setup-yarn-3' into job-progress
  • Loading branch information
lotif committed Sep 23, 2024
2 parents ae4a2d0 + 96035c2 commit baca82e
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 baca82e

Please sign in to comment.