Skip to content

Commit

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

Bump actions/checkout from 4.1.2 to 4.1.4
  • Loading branch information
github-actions[bot] authored May 1, 2024
2 parents 47f71a8 + 3969675 commit 0e1d297
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].2
uses: actions/[email protected].4
- 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].2
uses: actions/[email protected].4
- 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].2
uses: actions/[email protected].4
with:
fetch-depth: 0
- name: Build inspect and upload
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- 'pypy-3.10'
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Setup python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].4
- 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].2
uses: actions/[email protected].4
- name: Setup python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 0e1d297

Please sign in to comment.