Skip to content

Commit 041640d

Browse files
committed
workflows
1 parent f6e9d4d commit 041640d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: answerdotai/workflows/quarto-ghp@master
12+
- uses: answerdotai/workflows/quarto-ghp3@master
1313
# with: {pre: 1}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: ["3.10", "3.11", "3.12", "3.13"]
1818
runs-on: ${{ matrix.os }}-latest
1919
steps:
20-
- uses: answerdotai/workflows/nbdev-ci@master
20+
- uses: answerdotai/workflows/nbdev-ci3@master
2121
with:
2222
version: ${{ matrix.version }}
2323
pre: 1

0 commit comments

Comments
 (0)