Skip to content

Commit

Permalink
chore(deps): update mskelton/setup-yarn action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 37c0133 commit 9285a41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Run JavaScript benchmark
runs-on: ubuntu-latest
steps:
- uses: mskelton/setup-yarn@v2
- uses: mskelton/setup-yarn@v3
with:
node-version: lts/*
flags: --immutable-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Run JavaScript benchmark
runs-on: ubuntu-latest
steps:
- uses: mskelton/setup-yarn@v2
- uses: mskelton/setup-yarn@v3
with:
node-version: lts/*
flags: --immutable-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: mskelton/setup-yarn@v2
- uses: mskelton/setup-yarn@v3
with:
node-version: lts/*
cache: yarn
Expand Down

0 comments on commit 9285a41

Please sign in to comment.