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 c715356 commit 8df446d
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 @@ -130,7 +130,7 @@ jobs:
- auto
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Enable MSVC 64bit
uses: ilammy/msvc-dev-cmd@v1
if: matrix.os == 'windows-latest' && ${{ contains(matrix.cibw_skip, '*-win32') }}
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
arch: auto
steps:
- name: Checkout source
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Enable MSVC 64bit
uses: ilammy/msvc-dev-cmd@v1
if: matrix.os == 'windows-latest'
Expand Down Expand Up @@ -410,7 +410,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 @@ -484,7 +484,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 @@ -559,7 +559,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 8df446d

Please sign in to comment.