Skip to content

Commit

Permalink
Merge pull request #24 from devedse/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
devedse authored Feb 17, 2023
2 parents 45db2a1 + db33db9 commit b8291c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
needs: generate_version_number
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # We need to fetch the entire Git history in order to verify the authenticity.
- name: Setup .NET Core
Expand All @@ -35,7 +35,7 @@ jobs:
needs: generate_version_number
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup .NET Core @ Latest
uses: actions/setup-dotnet@v3
with:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
runs-on: windows-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Download all artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit b8291c8

Please sign in to comment.