Skip to content

Commit e0551b9

Browse files
committed
workflows
1 parent 8a374d4 commit e0551b9

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
@@ -7,5 +7,5 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: fastai/workflows/quarto-ghp@master
10+
- uses: fastai/workflows/quarto-ghp3@master
1111
with: {pre: 1}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: fastai/workflows/nbdev-ci@master
8+
- uses: fastai/workflows/nbdev3-ci@master
99
with:
1010
pre: 1
1111
- name: clone nbdev

0 commit comments

Comments
 (0)