Skip to content

Commit ad90fac

Browse files
Bump actions/checkout from 4.1.1 to 4.1.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.3. - [Release notes](https://github.com/actions/checkout/releases) - [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] <[email protected]>
1 parent 7757857 commit ad90fac

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

.github/workflows/conda-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
python: ['3.9', '3.10', '3.11']
2525
steps:
26-
- uses: actions/[email protected].1
26+
- uses: actions/[email protected].3
2727
with:
2828
fetch-depth: 0
2929

@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
conda-bld: C:\Miniconda\conda-bld\win-64\
8282
steps:
83-
- uses: actions/[email protected].1
83+
- uses: actions/[email protected].3
8484
with:
8585
fetch-depth: 0
8686
- uses: conda-incubator/setup-miniconda@v3
@@ -429,7 +429,7 @@ jobs:
429429
# Needed to be able to run conda index
430430
run: conda install conda-build python=${{ matrix.python }}
431431
- name: Checkout dpctl repo
432-
uses: actions/[email protected].1
432+
uses: actions/[email protected].3
433433
with:
434434
fetch-depth: 0
435435
- name: Download artifact
@@ -572,7 +572,7 @@ jobs:
572572
CHANNELS: -c intel -c conda-forge --override-channels
573573
steps:
574574
- name: Checkout dpctl repo
575-
uses: actions/[email protected].1
575+
uses: actions/[email protected].3
576576
with:
577577
fetch-depth: 0
578578
- name: Cache array API tests
@@ -715,7 +715,7 @@ jobs:
715715
run: conda install anaconda-client
716716

717717
- name: Checkout repo
718-
uses: actions/[email protected].1
718+
uses: actions/[email protected].3
719719
with:
720720
repository: IntelPython/devops-tools
721721
fetch-depth: 0

.github/workflows/cpp_style_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: clang-format
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/[email protected].1
19+
- uses: actions/[email protected].3
2020
- name: Run clang-format style check for C/C++ programs.
2121
uses: jidicula/[email protected]
2222
with:

.github/workflows/generate-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
make && make install
8282
8383
- name: Checkout repo
84-
uses: actions/[email protected].1
84+
uses: actions/[email protected].3
8585
with:
8686
fetch-depth: 0
8787

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx-design \
5959
sphinxcontrib-jsmath sphinx-copybutton sphinxcontrib-spelling
6060
- name: Checkout repo
61-
uses: actions/[email protected].1
61+
uses: actions/[email protected].3
6262
with:
6363
fetch-depth: 0
6464
persist-credentials: false

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: "Checkout code"
36-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
3737
with:
3838
persist-credentials: false
3939

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
pip install numpy"<1.26.0" cython setuptools pytest scikit-build cmake ninja
114114
115115
- name: Checkout repo
116-
uses: actions/[email protected].1
116+
uses: actions/[email protected].3
117117
with:
118118
fetch-depth: 0
119119

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pre-commit:
1212
runs-on: ubuntu-20.04
1313
steps:
14-
- uses: actions/[email protected].1
14+
- uses: actions/[email protected].3
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.10'

.github/workflows/python_style_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
isort:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/[email protected].1
20+
- uses: actions/[email protected].3
2121
- uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.11'
@@ -32,7 +32,7 @@ jobs:
3232
# Steps represent a sequence of tasks that will be executed as part of the job
3333
steps:
3434
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
35-
- uses: actions/[email protected].1
35+
- uses: actions/[email protected].3
3636
# Set up a Python environment for use in actions
3737
- uses: actions/setup-python@v5
3838
with:
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050

5151
steps:
52-
- uses: actions/[email protected].1
52+
- uses: actions/[email protected].3
5353
- name: Set up Python
5454
uses: actions/setup-python@v5
5555
with:

0 commit comments

Comments
 (0)