Skip to content

Commit da0d5b4

Browse files
authored
Merge pull request #161 from IntelPython/dependabot/github_actions/github-actions-322be4bc15
chore(deps): bump the github-actions group with 4 updates
2 parents 027d72d + dd3f19a commit da0d5b4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-with-standard-clang.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Cancel Previous Runs
28-
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
28+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
2929
with:
3030
access_token: ${{ github.token }}
3131

@@ -35,13 +35,13 @@ jobs:
3535
sudo apt-get install -y clang
3636
3737
- name: Setup Python
38-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
38+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3939
with:
4040
python-version: ${{ matrix.python }}
4141
architecture: x64
4242

4343
- name: Checkout repo
44-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
44+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4545
with:
4646
fetch-depth: 0
4747

.github/workflows/build_pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
use_pre: ["", "--pre"]
2222

2323
steps:
24-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
with:
2626
fetch-depth: 0
2727

28-
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
28+
- uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
2929
with:
3030
miniforge-version: latest
3131
channels: conda-forge

0 commit comments

Comments
 (0)