Skip to content

Commit

Permalink
Merge pull request #202 from automuteus/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
CarbonNeuron committed May 24, 2021
2 parents 1f75009 + fcd1234 commit 6455295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0

Expand Down

0 comments on commit 6455295

Please sign in to comment.