Skip to content

Commit

Permalink
chore: Upgrade actions/checkout action to v4.2.1 (#942)
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 Oct 22, 2024
1 parent 0c7f8dc commit b42913c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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/checkout@v4.1.6
- uses: actions/checkout@v4.2.1
with:
filter: tree:0
- uses: pnpm/[email protected]
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 6.0.16
- 7.0.12
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.2.1
with:
filter: tree:0
- uses: pnpm/[email protected]
Expand All @@ -38,7 +38,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.2.1
with:
filter: tree:0
- uses: pnpm/[email protected]
Expand All @@ -52,7 +52,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.2.1
with:
filter: tree:0
- uses: pnpm/[email protected]
Expand All @@ -66,7 +66,7 @@ jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.2.1
with:
filter: tree:0
- uses: pnpm/[email protected]
Expand All @@ -80,7 +80,7 @@ jobs:
types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.2.1
with:
filter: tree:0
- uses: pnpm/[email protected]
Expand Down

0 comments on commit b42913c

Please sign in to comment.