Skip to content

Commit

Permalink
Merge pull request #1853 from IntelPython/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
oleksandr-pavlyk authored Sep 30, 2024
2 parents 4d3ddf9 + c9cff54 commit cd84f5a
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
python: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
matrix:
python: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -465,7 +465,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/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: Download artifact
Expand Down Expand Up @@ -615,7 +615,7 @@ jobs:
run: |
echo ${{ env.CHANNELS }}
- name: Checkout dpctl repo
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: Cache array API tests
Expand Down Expand Up @@ -759,7 +759,7 @@ jobs:
run: conda install anaconda-client -c conda-forge --override-channels

- name: Checkout repo
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
repository: IntelPython/devops-tools
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp_style_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.13.0
with:
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 @@ -82,7 +82,7 @@ jobs:
make && make install
- name: Checkout repo
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.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 @@ -60,7 +60,7 @@ jobs:
sphinxcontrib-jsmath sphinx-copybutton sphinxcontrib-spelling \
versioneer[toml]==0.29
- name: Checkout repo
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.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 pytest scikit-build cmake ninja versioneer[toml]==0.29
- name: Checkout repo
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 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@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python_style_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand All @@ -34,7 +34,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/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
# Set up a Python environment for use in actions
- uses: actions/setup-python@v5
with:
Expand All @@ -52,7 +52,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit cd84f5a

Please sign in to comment.