Skip to content

Commit cba3f00

Browse files
authored
Update to Node 24 (#18)
1 parent 6d4de57 commit cba3f00

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192

193193
- name: Set MyProject.csproj version
194194
id: update
195-
uses: vers-one/dotnet-project-version-updater@v1.7
195+
uses: vers-one/dotnet-project-version-updater@v1.8
196196
with:
197197
file: "src/MyProject.csproj"
198198
version: ${{ github.event.inputs.version }}
@@ -228,7 +228,7 @@ jobs:
228228

229229
- name: Set project versions
230230
id: update
231-
uses: vers-one/dotnet-project-version-updater@v1.7
231+
uses: vers-one/dotnet-project-version-updater@v1.8
232232
with:
233233
file: |
234234
"**/*.csproj", "**/*.nuspec", "**/AssemblyInfo.cs"
@@ -272,7 +272,7 @@ jobs:
272272
273273
- name: Bump build version
274274
id: bump
275-
uses: vers-one/dotnet-project-version-updater@v1.7
275+
uses: vers-one/dotnet-project-version-updater@v1.8
276276
with:
277277
file: "src/MyProject.csproj"
278278
version: bump-build

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ outputs:
2020
newVersion:
2121
description: "Version set by the action during the update"
2222
runs:
23-
using: "node20"
23+
using: "node24"
2424
main: "dist/index.js"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotnet-project-version-updater",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "A GitHub action to update or bump project versions. Supports .csproj, .props, .nuspec, and many other .NET file types.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)