Skip to content

Commit

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

---
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 May 10, 2024
1 parent 9ff3461 commit 20b73a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up Python 3.12 for linting
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up Python 3.12
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- auto
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: runner.os == 'Linux' && matrix.arch != 'auto'
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
arch: auto
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: runner.os == 'Linux' && matrix.arch != 'auto'
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
- build_binpy_wheels
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].5
- uses: actions/[email protected]
name: Download wheels
with:
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- build_binpy_wheels
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].5
- uses: actions/[email protected]
name: Download wheels
with:
Expand Down Expand Up @@ -462,7 +462,7 @@ jobs:
- live_deploy
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].5
- uses: actions/[email protected]
name: Download artifacts
with:
Expand Down

0 comments on commit 20b73a4

Please sign in to comment.