Skip to content

Commit

Permalink
Update to Node 20 (#7)
Browse files Browse the repository at this point in the history
* node 16 -> node 20

* Update action version to 1.4
  • Loading branch information
vers-one committed Feb 6, 2024
1 parent 9804876 commit ee2c1ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Set MyProject.csproj version
id: update
uses: vers-one/dotnet-project-version-updater@v1.3
uses: vers-one/dotnet-project-version-updater@v1.4
with:
file: "src/MyProject.csproj"
version: ${{ github.event.inputs.version }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

- name: Set project versions
id: update
uses: vers-one/dotnet-project-version-updater@v1.3
uses: vers-one/dotnet-project-version-updater@v1.4
with:
file: |
"**/*.csproj", "**/*.nuspec", "**/AssemblyInfo.cs"
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Bump build version
id: bump
uses: vers-one/dotnet-project-version-updater@v1.3
uses: vers-one/dotnet-project-version-updater@v1.4
with:
file: "src/MyProject.csproj"
version: bump-build
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ outputs:
newVersion:
description: "Version set by the action during the update"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotnet-project-version-updater",
"version": "1.3.0",
"version": "1.4.0",
"description": "A GitHub action to update or bump project versions. Supports .csproj, .props, .nuspec, and many other .NET file types.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit ee2c1ac

Please sign in to comment.