Skip to content

Commit 5f0b707

Browse files
committed
code updated
1 parent 1e5bcf9 commit 5f0b707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v2
16+
uses: actions/setup-dotnet@v4
1717
with:
1818
dotnet-version: 9.0.x
1919

@@ -27,7 +27,7 @@ jobs:
2727
run: touch release/wwwroot/.nojekyll
2828

2929
- name: Deploy to GitHub Pages
30-
uses: JamesIves/github-pages-deploy-action@4.1.5
30+
uses: JamesIves/github-pages-deploy-action@v4
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
branch: gh-pages

0 commit comments

Comments
 (0)