Skip to content

Commit 9867430

Browse files
authored
Update deploy.yml
1 parent f8e3197 commit 9867430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: conda install nbconvert -y
2525

2626
- name: Setup .NET
27-
uses: actions/setup-dotnet@v1
27+
uses: actions/setup-dotnet@v4
2828
with:
2929
dotnet-version: 6.x.x
3030

@@ -35,7 +35,7 @@ jobs:
3535
run: dotnet fornax build
3636

3737
- name: deploy
38-
uses: JamesIves/github-pages-deploy-action@4.7.3
38+
uses: JamesIves/github-pages-deploy-action@v4.7.3
3939
with:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
BRANCH: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)