Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent f8cf765 commit f08f2ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand All @@ -68,7 +68,7 @@ jobs:
pack:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Get all history to allow automatic versioning using MinVer
- name: Create tag (to set version of nuget package)
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
if: ${{ github.event.inputs.version != '' && github.actor == 'nietras' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download nuget packages
uses: actions/[email protected]
with:
Expand Down

0 comments on commit f08f2ed

Please sign in to comment.