Skip to content

Commit 1a5ae2d

Browse files
authored
Merge branch 'master' into dependabot/github_actions/github/codeql-action-4.31.10
2 parents 6ea58c5 + db8d78a commit 1a5ae2d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
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@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
28+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
2929
with:
3030
access_token: ${{ github.token }}
3131

.github/workflows/conda-package.yml

Lines changed: 6 additions & 6 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@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
28+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
2929
with:
3030
access_token: ${{ github.token }}
3131

@@ -38,7 +38,7 @@ jobs:
3838
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3939
4040
- name: Cache conda packages
41-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
41+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
4242
env:
4343
CACHE_NUMBER: 0 # Increase to reset cache
4444
with:
@@ -94,7 +94,7 @@ jobs:
9494

9595
steps:
9696
- name: Cancel Previous Runs
97-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
97+
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
9898
with:
9999
access_token: ${{ github.token }}
100100

@@ -110,7 +110,7 @@ jobs:
110110
python-version: '3.13' # no python 3.14 support by conda-build
111111

112112
- name: Cache conda packages
113-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
113+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
114114
env:
115115
CACHE_NUMBER: 3 # Increase to reset cache
116116
with:
@@ -193,7 +193,7 @@ jobs:
193193
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
194194
195195
- name: Cache conda packages
196-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
196+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
197197
env:
198198
CACHE_NUMBER: 0 # Increase to reset cache
199199
with:
@@ -271,7 +271,7 @@ jobs:
271271
more lockfile
272272
273273
- name: Cache conda packages
274-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
274+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
275275
env:
276276
CACHE_NUMBER: 3 # Increase to reset cache
277277
with:

0 commit comments

Comments
 (0)