Skip to content

Commit 468b280

Browse files
committed
build: update GitHub actions to last
1 parent f5faec0 commit 468b280

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/workflows/build_plugin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build the plugin
1+
name: Build the plugin GitExtensions.AzureDevOpsCommitMessage
22

33
on:
44
push:
@@ -16,10 +16,10 @@ jobs:
1616
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
1717

1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v4
2020

2121
- name: Setup .net8
22-
uses: actions/setup-dotnet@v1
22+
uses: actions/setup-dotnet@v4
2323
with:
2424
dotnet-version: 8.0.401
2525

.github/workflows/release_plugin.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: Release a new version of the plugin
1+
name: Release a new version of the plugin GitExtensions.AzureDevOpsCommitMessage
22

3-
# Release is made by pushin a tag with format 'vX.Y.Z' (ex: v1.0.2)
3+
# Release is made by pushing a tag with format 'vX.Y.Z' (ex: v1.0.2)
4+
5+
# /!\ Ensure that the Repository secrets `NUGET_PUSH_TOKEN` is defined in github.org
6+
# with a nuget.org token allowed to publish new packages
47

58
on:
69
push:
@@ -16,7 +19,7 @@ jobs:
1619
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
1720

1821
steps:
19-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v4
2023

2124
- name: Extract version
2225
shell: bash
@@ -30,7 +33,7 @@ jobs:
3033
replacements: '<VersionPrefix>0.0.0</VersionPrefix>=<VersionPrefix>${{ steps.extract_version.outputs.version }}</VersionPrefix>'
3134

3235
- name: Setup .net8
33-
uses: actions/setup-dotnet@v1
36+
uses: actions/setup-dotnet@v4
3437
with:
3538
dotnet-version: 8.0.401
3639

0 commit comments

Comments
 (0)