Skip to content

Commit

Permalink
Update v2's yml with latest actions (gui-cs#3061)
Browse files Browse the repository at this point in the history
* Updated overview docs

* Updated toc

* Updated docs more

* Updated yml via dependabot
  • Loading branch information
tig authored Dec 18, 2023
1 parent 49ec9b7 commit 06ad562
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Setup Pages
if: github.ref_name == 'main' || github.ref_name == 'develop'
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Upload artifact
if: github.ref_name == 'main' || github.ref_name == 'develop'
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Deploy to GitHub Pages
if: github.ref_name == 'main' || github.ref_name == 'develop'
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0
dotnet-quality: 'ga'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: gitversion # step id used as reference for output values

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0
dotnet-quality: 'ga'
Expand Down

0 comments on commit 06ad562

Please sign in to comment.