Skip to content

Commit

Permalink
Merge 0f9807f into 73ff4e0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 27, 2023
2 parents 73ff4e0 + 0f9807f commit 9c9aa87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
DOTNET_NOLOGO: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Qodana Scan
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0
Expand Down

0 comments on commit 9c9aa87

Please sign in to comment.