Skip to content

Commit b3b7f8b

Browse files
committed
workflows
1 parent 83575c7 commit b3b7f8b

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
@@ -11,4 +11,4 @@ on:
1111
jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
14-
steps: [uses: fastai/workflows/quarto-ghp@master]
14+
steps: [uses: fastai/workflows/quarto-ghp3@master]

.github/workflows/test.yaml.off

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ on: [workflow_dispatch, pull_request, push]
44
jobs:
55
test:
66
runs-on: ubuntu-latest
7-
steps: [uses: fastai/workflows/nbdev-ci@master]
7+
steps: [uses: fastai/workflows/nbdev3-ci@master]

0 commit comments

Comments
 (0)