Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 84081f6 commit dc49159
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 @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
if: (!contains(github.event.head_commit.message, '[skip ci]'))
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- 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/[email protected].1
- uses: actions/[email protected].2
- 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: ${{ !contains(github.event.pull_request.labels.*.name, 'ci/run-all-tests') }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- 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/[email protected].1
- uses: actions/[email protected].2
- 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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
environment: release
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 0
persist-credentials: false
Expand Down

0 comments on commit dc49159

Please sign in to comment.