Skip to content

Commit

Permalink
Merge pull request #442 from richardsheridan/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4.2.2

Bump actions/checkout from 4.2.0 to 4.2.2
  • Loading branch information
github-actions[bot] authored Nov 1, 2024
2 parents 4ad1800 + b61333a commit d636e13
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 d636e13

Please sign in to comment.