Skip to content

Commit 3e6f502

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 29e067b commit 3e6f502

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
dotnet-version: 10.0.x
1818

1919
- name: Check out repository
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121

2222
- name: Pack
2323
run: dotnet pack -p:Version=${{ inputs.Version }} -o "./build" ./src/AutoTests.Framework.slnx -p:CI=true

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- name: Check out repository
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313

1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v5
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: windows-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131

3232
- name: Setup .NET
3333
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)