Skip to content

Commit 2d598de

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
dotnet:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v7
1212

1313
- uses: actions/setup-dotnet@v4
1414
with:
@@ -26,7 +26,7 @@ jobs:
2626
run:
2727
working-directory: PythonNet.Python
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v7
3030

3131
- uses: actions/setup-python@v5
3232
with:

0 commit comments

Comments
 (0)