Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Mar 20, 2023
1 parent de3276a commit 03b3031
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 224 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ env:
buildPlatform: Any CPU
buildConfiguration: Release
version: 5.1.19
dotnetSDKVersion: 7.0.200
dotnetSDKVersion: 7.0.202
nodeVersion: 18

jobs:
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
copy "ReportGenerator_${{ env.Version }}.zip" "ftp\ReportGenerator_${{ env.Version }}.zip"
- name: 'FTP Upload: ZIP Release'
uses: SamKirkland/FTP-Deploy-Action@4.3.3
uses: SamKirkland/FTP-Deploy-Action@4.3.4
with:
server: ${{ secrets.FTP_HOST }}
username: ${{ secrets.FTP_USER }}
Expand Down
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.200",
"version": "7.0.202",
"rollForward": "latestMajor"
}
}

0 comments on commit 03b3031

Please sign in to comment.