Skip to content

Commit 5976b86

Browse files
dependabot[bot]egil
authored andcommitted
build(deps): 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 43c8526 commit 5976b86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
create-nuget:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0 # Get all history to allow automatic versioning using MinVer
4141

@@ -147,7 +147,7 @@ jobs:
147147
runs-on: ubuntu-latest
148148
needs: [ create-nuget ]
149149
steps:
150-
- uses: actions/checkout@v3
150+
- uses: actions/checkout@v4
151151
with:
152152
fetch-depth: 0 # Get all history to allow automatic versioning using MinVer
153153

@@ -234,7 +234,7 @@ jobs:
234234
if: github.event_name == 'pull_request' && github.repository_owner == 'bunit-dev'
235235
steps:
236236
- name: 'Checkout Repository'
237-
uses: actions/checkout@v3
237+
uses: actions/checkout@v4
238238
- name: 'Dependency Review'
239239
uses: actions/dependency-review-action@v3
240240

0 commit comments

Comments
 (0)