Skip to content

Commit f018032

Browse files
Bump the gh-actions group with 2 updates (#173)
1 parent dc4d0fc commit f018032

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_and_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
contents: write
6161
if: github.event_name == 'release' && github.event.action == 'published'
6262
steps:
63-
- uses: actions/download-artifact@v4.1.8
63+
- uses: actions/download-artifact@v4.1.9
6464
with:
6565
pattern: pytsql-*
6666
merge-multiple: true

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout branch
1111
uses: actions/checkout@v4
1212
- name: Set up pixi
13-
uses: prefix-dev/setup-pixi@v0.8.1
13+
uses: prefix-dev/setup-pixi@v0.8.3
1414
with:
1515
environments: default lint
1616
- name: pre-commit
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
fetch-depth: 0
4343
- name: Set up pixi
44-
uses: prefix-dev/setup-pixi@v0.8.1
44+
uses: prefix-dev/setup-pixi@v0.8.3
4545
with:
4646
environments: ${{ matrix.env }}
4747
- name: Run unit tests
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
fetch-depth: 0
8585
- name: Set up pixi
86-
uses: prefix-dev/setup-pixi@v0.8.1
86+
uses: prefix-dev/setup-pixi@v0.8.3
8787
with:
8888
environments: ${{ matrix.env }}
8989
- name: Install msodbcsql17 driver

.github/workflows/update_grammar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Set up pixi
18-
uses: prefix-dev/setup-pixi@v0.8.1
18+
uses: prefix-dev/setup-pixi@v0.8.3
1919
with:
2020
environments: grammar
2121
- name: Download ANTLR

0 commit comments

Comments
 (0)