Skip to content

Commit f63e9c7

Browse files
⬆️ Bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3129caf commit f63e9c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
dotnet-version: ['6.0.x', '7.0.x', '8.0.x', '9.0.x']
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v4.2.2
44+
uses: actions/checkout@v5.0.0
4545
with:
4646
lfs: true
4747
fetch-depth: 0

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v4.2.2
37+
uses: actions/checkout@v5.0.0
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
auto-merge:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4.2.2
11+
- uses: actions/checkout@v5.0.0
1212
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1313
with:
1414
target: minor

0 commit comments

Comments
 (0)