Skip to content

Commit 2cd60d4

Browse files
committed
wf
1 parent f412796 commit 2cd60d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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

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)