Skip to content

Commit

Permalink
Update README versions
Browse files Browse the repository at this point in the history
Update the versions in the README to v3.
  • Loading branch information
martincostello committed Dec 20, 2023
1 parent 3516617 commit d981b2d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An example Pull Request created by the action can be found [here][example-pull-r
```yml
steps:
- uses: actions/checkout@v3
- uses: martincostello/update-dotnet-sdk@v2
- uses: martincostello/update-dotnet-sdk@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: martincostello/update-dotnet-sdk@v2
- uses: martincostello/update-dotnet-sdk@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -87,7 +87,7 @@ permissions:
# See https://docs.github.com/actions/learn-github-actions/variables.
jobs:
update-sdk:
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@v2
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@v3
with:
labels: "dependencies,.NET"
user-email: ${{ vars.GIT_COMMIT_USER_EMAIL }}
Expand Down Expand Up @@ -126,7 +126,7 @@ permissions:
# echo "Git user email: $(gh api "/users/${app_name}[bot]" --jq ".id")+${app_name}[bot]@users.noreply.github.com"
jobs:
update-sdk:
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@v2
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@v3
with:
labels: "dependencies,.NET"
user-email: ${{ vars.GIT_COMMIT_USER_EMAIL }}
Expand Down Expand Up @@ -164,7 +164,7 @@ permissions:
jobs:
update-sdk:
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@v2
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@v3
permissions:
contents: write
pull-requests: write
Expand Down Expand Up @@ -207,7 +207,7 @@ permissions: {}
jobs:
update-sdk:
name: 'update-${{ matrix.repo }}'
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@v2
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@v3
concurrency:
group: 'update-sdk-${{ matrix.repo }}'
Expand Down Expand Up @@ -245,7 +245,7 @@ permissions: {}
jobs:
update-sdk:
name: 'update-${{ matrix.repo }}'
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@v2
uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@v3
concurrency:
group: 'update-sdk-${{ matrix.repo }}'
Expand Down Expand Up @@ -296,7 +296,7 @@ of the current .NET SDK version on the branch which the workflow is run from.
```yml
steps:
- uses: actions/checkout@v3
- uses: martincostello/update-dotnet-sdk@v2
- uses: martincostello/update-dotnet-sdk@v3
with:
quality: 'daily'
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -326,7 +326,7 @@ installer repository.
```yml
steps:
- uses: actions/checkout@v3
- uses: martincostello/update-dotnet-sdk@v2
- uses: martincostello/update-dotnet-sdk@v3
with:
channel: '8.0.1xx-preview7'
quality: 'daily'
Expand Down

0 comments on commit d981b2d

Please sign in to comment.