Skip to content

Commit

Permalink
Update ci checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Oct 7, 2023
1 parent ff9ee05 commit d55d967
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ By default, `dotnet-releaser` will:
```yaml
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install .NET 6.0
uses: actions/setup-dotnet@v1
- name: Install .NET 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '7.0.x'

- name: Build, Tests, Cover, Pack and Publish (on push tag)
shell: bash
Expand Down

0 comments on commit d55d967

Please sign in to comment.