Skip to content

Commit 582dc4f

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9e5ee9 commit 582dc4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
psql --version
7070
Write-Host "Active .NET SDK: $(dotnet --version)"
7171
- name: Git checkout
72-
uses: actions/checkout@v3
72+
uses: actions/checkout@v4
7373
- name: Restore tools
7474
run: |
7575
dotnet tool restore
@@ -160,7 +160,7 @@ jobs:
160160
contents: read
161161
steps:
162162
- name: Git checkout
163-
uses: actions/checkout@v3
163+
uses: actions/checkout@v4
164164
- name: Setup .NET
165165
uses: actions/setup-dotnet@v3
166166
with:
@@ -211,7 +211,7 @@ jobs:
211211
contents: read
212212
steps:
213213
- name: Git checkout
214-
uses: actions/checkout@v3
214+
uses: actions/checkout@v4
215215
with:
216216
fetch-depth: 2
217217
- name: Setup .NET

.github/workflows/qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
checks: write
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
pr-mode: false # workaround for bug: job fails on PR (without writing logs) when no source files have changed
2323
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit

0 commit comments

Comments
 (0)