Skip to content

Commit 5c69e67

Browse files
authored
Merge pull request #37 from alihaskar/dependabot/github_actions/github-actions-51e8aece48
chore(deps)(deps): bump the github-actions group with 9 updates
2 parents 96e5050 + 403aab7 commit 5c69e67

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/rhiza_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ on:
2020

2121
jobs:
2222
benchmark:
23-
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v0.18.7
23+
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v0.19.1
2424
secrets: inherit

.github/workflows/rhiza_book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
book:
27-
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v0.18.7
27+
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v0.19.1
2828
secrets: inherit
2929
permissions:
3030
contents: read

.github/workflows/rhiza_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ on:
2121

2222
jobs:
2323
ci:
24-
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v0.18.7
24+
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v0.19.1
2525
secrets: inherit

.github/workflows/rhiza_codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ on:
2929

3030
jobs:
3131
codeql:
32-
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v0.18.7
32+
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v0.19.1
3333
secrets: inherit

.github/workflows/rhiza_marimo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ on:
2828

2929
jobs:
3030
marimo:
31-
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v0.18.7
31+
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v0.19.1
3232
secrets: inherit

.github/workflows/rhiza_release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
tag: ${{ steps.set_tag.outputs.tag }}
117117
steps:
118118
- name: Checkout Code
119-
uses: actions/checkout@v6.0.2
119+
uses: actions/checkout@v6.0.3
120120
with:
121121
fetch-depth: 0
122122

@@ -197,7 +197,7 @@ jobs:
197197
needs: tag
198198
steps:
199199
- name: Checkout Code
200-
uses: actions/checkout@v6.0.2
200+
uses: actions/checkout@v6.0.3
201201
with:
202202
fetch-depth: 0
203203

@@ -207,7 +207,7 @@ jobs:
207207
version: "0.11.16"
208208

209209
- name: Configure git auth for private packages
210-
uses: jebel-quant/rhiza/.github/actions/configure-git-auth@v0.15.2
210+
uses: jebel-quant/rhiza/.github/actions/configure-git-auth@v0.19.1
211211
with:
212212
token: ${{ secrets.GH_PAT }}
213213

@@ -306,7 +306,7 @@ jobs:
306306

307307
steps:
308308
- name: Checkout Code
309-
uses: actions/checkout@v6.0.2
309+
uses: actions/checkout@v6.0.3
310310
with:
311311
fetch-depth: 0
312312

@@ -340,7 +340,7 @@ jobs:
340340
needs: [tag, draft-release]
341341
steps:
342342
- name: Checkout Default Branch
343-
uses: actions/checkout@v6.0.2
343+
uses: actions/checkout@v6.0.3
344344
with:
345345
ref: ${{ github.event.repository.default_branch }}
346346
fetch-depth: 0
@@ -373,7 +373,7 @@ jobs:
373373

374374
steps:
375375
- name: Checkout Code
376-
uses: actions/checkout@v6.0.2
376+
uses: actions/checkout@v6.0.3
377377
with:
378378
fetch-depth: 0
379379

@@ -421,7 +421,7 @@ jobs:
421421

422422
steps:
423423
- name: Checkout Code
424-
uses: actions/checkout@v6.0.2
424+
uses: actions/checkout@v6.0.3
425425
with:
426426
fetch-depth: 0
427427

@@ -483,7 +483,7 @@ jobs:
483483
image_name: ${{ steps.image_name.outputs.image_name }}
484484
steps:
485485
- name: Checkout Code
486-
uses: actions/checkout@v6.0.2
486+
uses: actions/checkout@v6.0.3
487487
with:
488488
fetch-depth: 0
489489

@@ -568,7 +568,7 @@ jobs:
568568
if: needs.pypi.result == 'success' || needs.conda.result == 'success' || needs.devcontainer.result == 'success'
569569
steps:
570570
- name: Checkout Code
571-
uses: actions/checkout@v6.0.2
571+
uses: actions/checkout@v6.0.3
572572
with:
573573
fetch-depth: 0
574574

.github/workflows/rhiza_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636

3737
jobs:
3838
sync:
39-
uses: jebel-quant/rhiza/.github/workflows/rhiza_sync.yml@v0.18.4
39+
uses: jebel-quant/rhiza/.github/workflows/rhiza_sync.yml@v0.19.1
4040
with:
4141
direct: ${{ github.event_name == 'push' }}
4242
create-pr: ${{ github.event_name != 'push' && (github.event_name == 'schedule' || inputs.create-pr == true) }}

.github/workflows/rhiza_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ on:
2828

2929
jobs:
3030
weekly:
31-
uses: jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v0.18.4
31+
uses: jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v0.19.1
3232
secrets: inherit

0 commit comments

Comments
 (0)