Skip to content

Commit

Permalink
chore: Upgrade actions/checkout action to v4.1.4 (#798)
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 Apr 29, 2024
1 parent 20aa977 commit 529cd81
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
@@ -8,7 +8,7 @@ jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
filter: tree:0
- uses: pnpm/[email protected]
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
matrix:
node: [18.x, 20.x]
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
filter: tree:0
- uses: pnpm/[email protected]
@@ -32,7 +32,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
filter: tree:0
- uses: pnpm/[email protected]
@@ -48,7 +48,7 @@ jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
filter: tree:0
- uses: pnpm/[email protected]
@@ -64,7 +64,7 @@ jobs:
types:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
filter: tree:0
- uses: pnpm/[email protected]

0 comments on commit 529cd81

Please sign in to comment.