Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.3
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.3.
- [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.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent 9ff3461 commit 1a44194
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/checkout@v4.1.1
uses: actions/checkout@v4.1.3
- name: Set up Python 3.12 for linting
uses: actions/setup-python@v5.0.0
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
- name: Set up Python 3.12
uses: actions/setup-python@v5.0.0
with:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- auto
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
- 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/checkout@v4.1.1
uses: actions/checkout@v4.1.3
- 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/checkout@v4.1.1
uses: actions/checkout@v4.1.3
- uses: actions/download-artifact@v2.1.1
name: Download wheels
with:
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- build_binpy_wheels
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
- uses: actions/download-artifact@v2.1.1
name: Download wheels
with:
Expand Down Expand Up @@ -462,7 +462,7 @@ jobs:
- live_deploy
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
- uses: actions/download-artifact@v2.1.1
name: Download artifacts
with:
Expand Down

0 comments on commit 1a44194

Please sign in to comment.