Skip to content

Commit

Permalink
chore: Upgrade actions/checkout action to v4.1.6 (#825)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent 0448718 commit ac5ac0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
filter: tree:0
- uses: pnpm/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- 20.x
- 22.x
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
filter: tree:0
- uses: pnpm/[email protected]
Expand All @@ -33,7 +33,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
filter: tree:0
- uses: pnpm/[email protected]
Expand All @@ -47,7 +47,7 @@ jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
filter: tree:0
- uses: pnpm/[email protected]
Expand All @@ -61,7 +61,7 @@ jobs:
types:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
filter: tree:0
- uses: pnpm/[email protected]
Expand Down

0 comments on commit ac5ac0b

Please sign in to comment.