Skip to content

Commit

Permalink
Update target SDK, workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Feb 22, 2025
1 parent 4f3c4cf commit 9a0b4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
replacements: '%%CACHE_VERSION%%=${{ github.run_id }}'

- name: Commit wwwroot to GitHub Pages
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sdk": {
"allowPrerelease": false,
"rollForward": "latestMinor",
"version": "9.0.103"
"version": "9.0.200"
}
}

0 comments on commit 9a0b4fd

Please sign in to comment.