Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 4.1.1 to 4.1.5 #272

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading