Skip to content

Commit e74abcb

Browse files
chore(deps): bump the all-actions group with 3 updates (#20)
Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-dotnet](https://github.com/actions/setup-dotnet) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 3 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) Updates `actions/setup-dotnet` from 3 to 5 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a00dd72 commit e74abcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
3838
# Checkout plugin repo at the tag
3939
- name: Checkout plugin repository (Timer)
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
with:
4242
path: Timer
4343
ref: ${{ env.RELEASE_TAG }}
4444

4545
# Checkout SurfTimer.Shared as sibling folder (ProjectReference resolves via ../../SurfTimer.Shared)
4646
- name: Checkout SurfTimer.Shared
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
with:
4949
repository: tslashd/SurfTimer.Shared
5050
path: SurfTimer.Shared
@@ -54,7 +54,7 @@ jobs:
5454
# ref: vX.Y.Z
5555

5656
- name: Setup .NET 8
57-
uses: actions/setup-dotnet@v4
57+
uses: actions/setup-dotnet@v5
5858
with:
5959
dotnet-version: 8.0.x
6060

@@ -133,7 +133,7 @@ jobs:
133133
needs: build
134134
steps:
135135
- name: Download artifacts
136-
uses: actions/download-artifact@v4
136+
uses: actions/download-artifact@v5
137137
with:
138138
path: ./artifacts
139139

0 commit comments

Comments
 (0)