Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent c21c726 commit be00fb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Setup python
uses: actions/[email protected]
with:
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Setup python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
settings: ${{ steps.outputs.outputs.settings }}
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Build inspect and upload
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- 'pypy-3.10'
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Setup python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Download coverage artifact
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: Checkout
if: matrix.source == '-e .'
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Setup python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit be00fb0

Please sign in to comment.