Skip to content

Commit f2d7b02

Browse files
Bump actions/checkout from 3 to 4 (#520)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Cortes <[email protected]>
1 parent 7c3a521 commit f2d7b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
create_nuget:
2424
runs-on: ubuntu-20.04
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0 # Get all the history so MinGit can compute the version
2929
- name: Setup .NET Core (latest)
@@ -65,7 +65,7 @@ jobs:
6565
GITLAB_OMNIBUS_CONFIG: "external_url 'http://localhost:48624/'"
6666
GITLAB_ROOT_PASSWORD: "Pa$$w0rd"
6767
steps:
68-
- uses: actions/checkout@v3
68+
- uses: actions/checkout@v4
6969
- name: Setup .NET Core (latest)
7070
uses: actions/setup-dotnet@v3
7171
- run: |

0 commit comments

Comments
 (0)