Skip to content

Commit 0071072

Browse files
authored
Merge pull request #2197 from IntelPython/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.0 to 6.0.0
2 parents dd869f2 + e618027 commit 0071072

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/conda-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
access_token: ${{ github.token }}
3333

34-
- uses: actions/checkout@v5.0.0
34+
- uses: actions/checkout@v6.0.0
3535
with:
3636
fetch-depth: 0
3737

@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
access_token: ${{ github.token }}
9494

95-
- uses: actions/checkout@v5.0.0
95+
- uses: actions/checkout@v6.0.0
9696
with:
9797
fetch-depth: 0
9898

@@ -532,7 +532,7 @@ jobs:
532532
conda update -n base --all
533533
conda install conda-index -c conda-forge --override-channels
534534
- name: Checkout dpctl repo
535-
uses: actions/checkout@v5.0.0
535+
uses: actions/checkout@v6.0.0
536536
with:
537537
fetch-depth: 0
538538
- name: Download artifact
@@ -687,7 +687,7 @@ jobs:
687687
run: |
688688
echo ${{ env.CHANNELS }}
689689
- name: Checkout dpctl repo
690-
uses: actions/checkout@v5.0.0
690+
uses: actions/checkout@v6.0.0
691691
with:
692692
fetch-depth: 0
693693
- name: Cache array API tests
@@ -835,7 +835,7 @@ jobs:
835835
run: conda install anaconda-client -c conda-forge --override-channels
836836

837837
- name: Checkout repo
838-
uses: actions/checkout@v5.0.0
838+
uses: actions/checkout@v6.0.0
839839
with:
840840
repository: IntelPython/devops-tools
841841
fetch-depth: 0

.github/workflows/generate-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
make && make install
8181
8282
- name: Checkout repo
83-
uses: actions/checkout@v5.0.0
83+
uses: actions/checkout@v6.0.0
8484
with:
8585
fetch-depth: 0
8686

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
sphinxcontrib-jsmath sphinx-copybutton sphinxcontrib-spelling \
6464
versioneer[toml]==0.29
6565
- name: Checkout repo
66-
uses: actions/checkout@v5.0.0
66+
uses: actions/checkout@v6.0.0
6767
with:
6868
fetch-depth: 0
6969
persist-credentials: false

.github/workflows/openssf-scorecard.yml

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

3535
steps:
3636
- name: "Checkout code"
37-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
37+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v5.0.0
3838
with:
3939
persist-credentials: false
4040

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
pip install numpy cython setuptools"<80" pytest scikit-build cmake ninja versioneer[toml]==0.29
111111
112112
- name: Checkout repo
113-
uses: actions/checkout@v5.0.0
113+
uses: actions/checkout@v6.0.0
114114
with:
115115
fetch-depth: 0
116116

.github/workflows/pre-commit-autoupdate.yml

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

2020
steps:
2121
- name: Checkout DPNP repo
22-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
22+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
2323

2424
- name: Set up python
2525
uses: actions/setup-python@18566f86b301499665bd3eb1a2247e0849c64fa5 # v5.6.0

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
timeout-minutes: 30
1414
steps:
15-
- uses: actions/checkout@v5.0.0
15+
- uses: actions/checkout@v6.0.0
1616
- uses: actions/[email protected]
1717
with:
1818
python-version: '3.12'

0 commit comments

Comments
 (0)