Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent ec9026d commit 55d4e9f
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.2.0
- name: Set up Python 3.12 for linting
uses: actions/setup-python@v5.0.0
with:
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.0
- name: Set up Python 3.12
uses: actions/setup-python@v5.0.0
with:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- auto
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
if: runner.os == 'Linux' && matrix.arch != 'auto'
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
arch: auto
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.0
- name: Enable MSVC 64bit
uses: ilammy/msvc-dev-cmd@v1
if: matrix.os == 'windows-latest'
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
- build_and_test_sdist
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.0
- uses: actions/download-artifact@v2.1.1
name: Download wheels
with:
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
- build_and_test_sdist
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.0
- uses: actions/download-artifact@v2.1.1
name: Download wheels
with:
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
- live_deploy
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.0
- uses: actions/download-artifact@v2.1.1
name: Download artifacts
with:
Expand Down

0 comments on commit 55d4e9f

Please sign in to comment.