Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @types/semver from 7.5.3 to 7.5.8 in /Scripts #27

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/dotnet-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: dgmjr-actions/git-checkout@main
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand All @@ -31,8 +31,8 @@ jobs:
git-token: ${{ secrets.GITHUB_TOKEN }}
git-username: dgmjr
git-nuget-endpoint: ${{ vars.GIT_NUGET_ENDPOINT }}
private-nuget-endpoint: ${{ vars.PROGET_ENDPOINT_URL }}
private-nuget-api-key: ${{ secrets.PROGET_API_KEY }}
private-nuget-endpoint: ${{ vars.FAGET_ENDPOINT }}
private-nuget-api-key: ${{ secrets.FAGET_API_KEY }}
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
repo: dgmjr-io/NuGetPush
project-file-path: NuGetPush.nuproj
Expand All @@ -44,8 +44,8 @@ jobs:
git-token: ${{ secrets.GITHUB_TOKEN }}
git-username: dgmjr
git-nuget-endpoint: ${{ vars.GIT_NUGET_ENDPOINT }}
private-nuget-endpoint: ${{ vars.PROGET_ENDPOINT_URL }}
private-nuget-api-key: ${{ secrets.PROGET_API_KEY }}
private-nuget-endpoint: ${{ vars.FAGET_ENDPOINT }}
private-nuget-api-key: ${{ secrets.FAGET_API_KEY }}
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
repo: dgmjr-io/NuGetPush
project-file-path: NuGetPush.nuproj
Expand Down
6 changes: 3 additions & 3 deletions Scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "A TypeScript library, which allows deleting from GitHub packages",
"devDependencies": {
"@tsconfig/node16": "^16.1.3",
"@types/semver": "^7.5.3",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.32"
},
"homepage": "https://github.com/dgmjr-io/NuGetPush.git",
Expand Down
Loading