Skip to content

Commit

Permalink
Merge pull request #78 from flcdrg/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
flcdrg authored Mar 2, 2022
2 parents b003bb9 + 3f63768 commit 7ed681a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # full history

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

if: github.ref == 'refs/heads/main' # Running this job only for main branch
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: release-drafter/release-drafter@v5
id: create_release
Expand Down

0 comments on commit 7ed681a

Please sign in to comment.