Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
conda update -n base --all
conda install conda-index -c conda-forge --override-channels
- name: Checkout dpctl repo
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
fetch-depth: 0
- name: Download artifact
Expand Down Expand Up @@ -687,7 +687,7 @@ jobs:
run: |
echo ${{ env.CHANNELS }}
- name: Checkout dpctl repo
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
fetch-depth: 0
- name: Cache array API tests
Expand Down Expand Up @@ -835,7 +835,7 @@ jobs:
run: conda install anaconda-client -c conda-forge --override-channels

- name: Checkout repo
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
repository: IntelPython/devops-tools
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
make && make install

- name: Checkout repo
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
sphinxcontrib-jsmath sphinx-copybutton sphinxcontrib-spelling \
versioneer[toml]==0.29
- name: Checkout repo
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openssf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v5.0.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/os-llvm-sycl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
pip install numpy cython setuptools"<80" pytest scikit-build cmake ninja versioneer[toml]==0.29

- name: Checkout repo
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout DPNP repo
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2

- name: Set up python
uses: actions/setup-python@18566f86b301499665bd3eb1a2247e0849c64fa5 # v5.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6.0.0
with:
python-version: '3.12'
Expand Down
Loading