Skip to content

Commit aa4ff59

Browse files
[GH Actions Update] (deps): Bump the gh-actions group across 1 directory with 3 updates
Bumps the gh-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [PaulHatch/semantic-version](https://github.com/paulhatch/semantic-version) and [dorny/test-reporter](https://github.com/dorny/test-reporter). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `PaulHatch/semantic-version` from 5.4.0 to 6.0.1 - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Changelog](https://github.com/PaulHatch/semantic-version/blob/master/CHANGELOG.md) - [Commits](PaulHatch/semantic-version@v5.4.0...v6.0.1) Updates `dorny/test-reporter` from 2.1.1 to 2.5.0 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@v2.1.1...v2.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: PaulHatch/semantic-version dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: dorny/test-reporter dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1c00f0 commit aa4ff59

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/buildAndPublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
runs-on: windows-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727

2828
- name: Git Semantic Version
2929
id: version
30-
uses: PaulHatch/semantic-version@v5.4.0
30+
uses: PaulHatch/semantic-version@v6.0.1
3131
with:
3232
tag_prefix: ""
3333
version_format: "${major}.${minor}.${patch}${{ !inputs.forRelease && '-preview${increment}' || '' }}"
@@ -45,7 +45,7 @@ jobs:
4545
run: dotnet test -c Release --no-build -l trx --results-directory TestResults
4646

4747
- name: Upload dotnet test results
48-
uses: dorny/test-reporter@v2.1.1
48+
uses: dorny/test-reporter@v2.5.0
4949
if: ${{ !cancelled() }}
5050
with:
5151
name: .NET Tests

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL

.github/workflows/generateDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
- name: Build documenation site
1313
uses: nunit/docfx-action@v4.1.0
1414
with:

0 commit comments

Comments
 (0)