Skip to content

Commit 03c5fcb

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...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 f52846c commit 03c5fcb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout GitHub repo
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313

1414
#Official documentation seems incomplete. To avoid failure when importing key:
1515
#https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions
@@ -45,7 +45,7 @@ jobs:
4545
run:
4646
working-directory: net
4747
steps:
48-
- uses: actions/checkout@v6
48+
- uses: actions/checkout@v7
4949
- uses: actions/setup-dotnet@v5.3.0
5050
with:
5151
dotnet-version: '10.0.x'

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232

3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
- uses: actions/setup-java@v5
3636
with:
3737
distribution: 'temurin'
@@ -149,7 +149,7 @@ jobs:
149149
run:
150150
working-directory: net
151151
steps:
152-
- uses: actions/checkout@v6
152+
- uses: actions/checkout@v7
153153
- uses: actions/setup-dotnet@v5.3.0
154154
with:
155155
dotnet-version: '10.0.x'

0 commit comments

Comments
 (0)