-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 4.1.5 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.1.5...v4.1.7) --- 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
1 parent
c81735a
commit 571f89f
Showing
8 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
matrix: | ||
python: ['3.9', '3.10', '3.11'] | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -80,7 +80,7 @@ jobs: | |
env: | ||
conda-bld: C:\Miniconda\conda-bld\win-64\ | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- uses: conda-incubator/setup-miniconda@v3 | ||
|
@@ -429,7 +429,7 @@ jobs: | |
# Needed to be able to run conda index | ||
run: conda install conda-index -c conda-forge --override-channels | ||
- name: Checkout dpctl repo | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: Download artifact | ||
|
@@ -574,7 +574,7 @@ jobs: | |
CHANNELS: -c intel -c conda-forge --override-channels | ||
steps: | ||
- name: Checkout dpctl repo | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: Cache array API tests | ||
|
@@ -717,7 +717,7 @@ jobs: | |
run: conda install anaconda-client -c conda-forge --override-channels | ||
|
||
- name: Checkout repo | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].7 | ||
with: | ||
repository: IntelPython/devops-tools | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
name: clang-format | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].7 | ||
- name: Run clang-format style check for C/C++ programs. | ||
uses: jidicula/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ jobs: | |
make && make install | ||
- name: Checkout repo | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx-design \ | ||
sphinxcontrib-jsmath sphinx-copybutton sphinxcontrib-spelling | ||
- name: Checkout repo | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,7 +113,7 @@ jobs: | |
pip install numpy"<1.26.0" cython setuptools pytest scikit-build cmake ninja | ||
- name: Checkout repo | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
pre-commit: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.10' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
isort: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.11' | ||
|
@@ -32,7 +32,7 @@ jobs: | |
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].7 | ||
# Set up a Python environment for use in actions | ||
- uses: actions/setup-python@v5 | ||
with: | ||
|
@@ -49,7 +49,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].7 | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
|