Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit db79214

Browse files
dependabot[bot]CorruptComputer
authored andcommitted
Bump actions/checkout from 2 to 4 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9840852 commit db79214

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/build-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

@@ -43,7 +43,7 @@ jobs:
4343
# runs-on: ubuntu-latest
4444
# steps:
4545
# - name: Checkout
46-
# uses: actions/checkout@v2
46+
# uses: actions/checkout@v4
4747
# with:
4848
# fetch-depth: 0
4949
# - name: Setup dotnet 6.0

0 commit comments

Comments
 (0)