Skip to content

Commit

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

Bump actions/checkout from 2 to 3
  • Loading branch information
ardalis authored Jun 21, 2022
2 parents aa3b2ea + 2892f8c commit f5d3b69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-sharedkernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout repository
id: checkout_repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Initialize CodeQL
id: init_codeql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: list on nuget
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup dotnet
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit f5d3b69

Please sign in to comment.