Skip to content

Commit 1144f36

Browse files
chore(ci): bump the github-actions group with 2 updates (#1948)
1 parent 4ac2e07 commit 1144f36

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
repository: ${{ github.event.pull_request.head.repo.full_name }}
4242
ref: ${{ github.event.pull_request.head.ref }}
4343

44-
- uses: prefix-dev/[email protected].1
44+
- uses: prefix-dev/[email protected].2
4545

4646
- name: Build docs for PR
4747
run: |
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
submodules: recursive
8080

81-
- uses: prefix-dev/[email protected].1
81+
- uses: prefix-dev/[email protected].2
8282

8383
- name: Build docs for test
8484
run: |
@@ -102,7 +102,7 @@ jobs:
102102
run: |
103103
git checkout tags/${{ github.event.inputs.tag }}
104104
105-
- uses: prefix-dev/[email protected].1
105+
- uses: prefix-dev/[email protected].2
106106

107107
- name: Configure Git user
108108
run: |
@@ -133,7 +133,7 @@ jobs:
133133
fetch-depth: 0
134134
submodules: recursive
135135

136-
- uses: prefix-dev/[email protected].1
136+
- uses: prefix-dev/[email protected].2
137137

138138
- name: Configure Git user
139139
run: |

.github/workflows/end-to-end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
workspaces: ". -> target-pixi"
4545
key: ${{ hashFiles('pixi.lock') }}
46-
- uses: prefix-dev/[email protected].1
46+
- uses: prefix-dev/[email protected].2
4747
# build in release mode so that it's reasonably fast to run the tests
4848
- run: pixi run build-release
4949
- run: pixi run test-ci

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: recursive
2121
- name: Set up pixi
22-
uses: prefix-dev/[email protected].1
22+
uses: prefix-dev/[email protected].2
2323
with:
2424
environments: lint
2525
- name: lint (if this step fails, please 'pixi run lint' locally and push the changes)

.github/workflows/python-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
3333
with:
3434
submodules: recursive
35-
- uses: prefix-dev/[email protected].1
35+
- uses: prefix-dev/[email protected].2
3636
with:
3737
manifest-path: py-rattler-build/pixi.toml
3838
- name: Check formatting

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Needed to use GNU patch instead of Strawberry Perl patch
4444
if: ${{ contains(github.event.pull_request.labels.*.name, 'need-patch-apply-tests') && matrix.os == 'windows-latest' }}
4545
run: Add-Content $env:GITHUB_PATH "C:\Program Files\Git\usr\bin"
46-
- uses: prefix-dev/[email protected].1
46+
- uses: prefix-dev/[email protected].2
4747
if: ${{ matrix.os == 'macos-latest' }}
4848
with:
4949
cache: true
@@ -155,7 +155,7 @@ jobs:
155155

156156
- name: Install cross
157157
if: matrix.use-cross
158-
uses: taiki-e/install-action@e7ef886cf8f69c25ecef6bbc2858a42e273496ec # v2
158+
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2
159159
with:
160160
tool: cross
161161

0 commit comments

Comments
 (0)