Skip to content

Commit bd677cc

Browse files
chore: update workflow template action versions (#69)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 406f018 commit bd677cc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

adbc_drivers_dev/templates/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: pip install pre-commit
6666

6767
- name: pre-commit (cache)
68-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
68+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6969
with:
7070
path: ~/.cache/pre-commit
7171
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

adbc_drivers_dev/templates/dev_daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: true # for git operations below
5050

5151
- name: Install uv
52-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
52+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
5353

5454
- name: Re-generate workflows
5555
run: |

adbc_drivers_dev/templates/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
components: "clippy"
149149
<% endif %>
150150

151-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
151+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
152152
with:
153153
pixi-version: v0.63.2
154154
run-install: false
@@ -312,7 +312,7 @@ jobs:
312312
components: "clippy"
313313
<% endif %>
314314

315-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
315+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
316316
with:
317317
pixi-version: v0.63.2
318318
run-install: false
@@ -482,7 +482,7 @@ jobs:
482482
components: "clippy"
483483
<% endif %>
484484

485-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
485+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
486486
with:
487487
pixi-version: v0.63.2
488488
run-install: false
@@ -563,7 +563,7 @@ jobs:
563563
components: "clippy"
564564
<% endif %>
565565

566-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
566+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
567567
with:
568568
pixi-version: v0.63.2
569569
run-install: false
@@ -634,7 +634,7 @@ jobs:
634634
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
635635
with:
636636
go-version: 'stable'
637-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
637+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
638638
with:
639639
pixi-version: v0.63.2
640640
run-install: false
@@ -750,7 +750,7 @@ jobs:
750750
check-latest: true
751751
go-version: "stable"
752752

753-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
753+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
754754
with:
755755
pixi-version: v0.63.2
756756
run-install: false

0 commit comments

Comments
 (0)