File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 - name : Dependabot metadata
1717 if : ${{ github.actor == 'dependabot[bot]' }}
1818 id : metadata
19- uses : dependabot/fetch-metadata@0fb21704c18a42ce5aa8d720ea4b912f5e6babef
19+ uses : dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a
2020 with :
2121 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2222
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Setup Git user
1919 run : |
Original file line number Diff line number Diff line change 1- name : Publish
1+ name : Publish
22on :
33 push :
44 branches :
2828 if : startsWith(github.ref, 'refs/tags/v')
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232
3333 - name : Create release
3434 run : gh release create ${{ github.ref_name }}
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131
3232 - name : Setup Pages
3333 uses : actions/configure-pages@v5
3434
3535 - name : Setup .NET
36- uses : actions/setup-dotnet@v4
36+ uses : actions/setup-dotnet@v5
3737 with :
3838 dotnet-version : 10.0.x
3939
5050 run : mkdocs build -d ./_site
5151
5252 - name : Upload artifact
53- uses : actions/upload-pages-artifact@v3
53+ uses : actions/upload-pages-artifact@v4
5454
5555 deploy :
5656 environment :
You can’t perform that action at this time.
0 commit comments