Skip to content

Commit fec4216

Browse files
committed
Merge branch 'main' of github.com:pymc-labs/embeddings-similarity-rating
2 parents bf746fb + 9f22dad commit fec4216

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/check-lockfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

18-
- uses: prefix-dev/setup-pixi@v0.8.8
18+
- uses: prefix-dev/setup-pixi@v0.9.0
1919
with:
2020
pixi-version: latest
2121
cache: true

.github/workflows/code-style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
linting:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- uses: actions/setup-python@v5
1212
- uses: pre-commit/[email protected]

.github/workflows/label_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Sync labels with closing issues
1515
uses: wd60622/[email protected]
1616
env:

.github/workflows/pr-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Setup Pixi Environment
23-
uses: prefix-dev/setup-pixi@v0.8.8
23+
uses: prefix-dev/setup-pixi@v0.9.0
2424
with:
2525
pixi-version: latest
2626
cache: true

0 commit comments

Comments
 (0)