Skip to content

Commit 021485b

Browse files
committed
Merge branch 'stable' into merge_stable_to_develop
2 parents 06a114c + 540c65b commit 021485b

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/build_docs_gallery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
Test-MSS-docs:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
11-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
10+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
11+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
1212
with:
1313
pixi-version: latest
1414
cache: true

.github/workflows/lint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 10
1919
steps:
20-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
21-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
21+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
2222
with:
2323
pixi-version: latest
2424
cache: true
@@ -30,8 +30,8 @@ jobs:
3030
runs-on: ubuntu-latest
3131
timeout-minutes: 10
3232
steps:
33-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
34-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
33+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
34+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
3535
with:
3636
pixi-version: latest
3737
cache: true
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
timeout-minutes: 10
4545
steps:
46-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
46+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
4747
- name: Check for CRLF in the repository
4848
run: |
4949
files_with_crlf="$(git ls-files --eol | awk '$1 ~ "crlf"')"
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
timeout-minutes: 10
5656
steps:
57-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
57+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
5858
- name: Check for whitespace issues in the repository
5959
# The two example.txt files need to be excluded because whitespace at EOL is part
6060
# of their format and they fail to parse otherwise.
@@ -72,7 +72,7 @@ jobs:
7272
ensure-sha-pinned-actions:
7373
runs-on: ubuntu-latest
7474
steps:
75-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
75+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
7676
- name: Ensure SHA pinned actions
7777
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@6124774845927d14c601359ab8138699fa5b70c3 # v3
7878
with:

.github/workflows/testing-all-oses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
matrix:
2121
os: ["macos-14", "macos-15", "ubuntu-latest"]
2222
steps:
23-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
24-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
24+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
2525
with:
2626
pixi-version: latest
2727
cache: true

.github/workflows/update-pixi-lockfile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
matrix:
1616
base_branch: ["develop", "stable"]
1717
steps:
18-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
1919
with:
2020
ref: ${{ matrix.base_branch }}
2121
- name: Generate new lockfile
22-
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
22+
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
2323
with:
2424
pixi-version: latest
2525
run-install: false
@@ -28,7 +28,7 @@ jobs:
2828
set -o pipefail
2929
pixi update --json | pixi exec pixi-diff-to-markdown >> diff.md
3030
- name: Create or update pull request
31-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v7
31+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v7
3232
with:
3333
token: ${{ secrets.PAT }}
3434
branch: automation/update-pixi-lockfile/${{ matrix.base_branch }}

0 commit comments

Comments
 (0)