Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.1 (#897)
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 17, 2024
1 parent 809cdfc commit 6c47055
Show file tree
Hide file tree
Showing 3 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 @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Setup Environment
uses: ./.github/actions/setup-env
- name: Install project dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Setup Environment
uses: ./.github/actions/setup-env
- name: Install project dependencies
Expand All @@ -43,7 +43,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
fail-fast: true
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Setup Environment
uses: ./.github/actions/setup-env
with:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
- name: Setup Environment
uses: ./.github/actions/setup-env
- name: Install project dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
environment: release
steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
persist-credentials: false
Expand Down

0 comments on commit 6c47055

Please sign in to comment.