Skip to content

Commit

Permalink
Upgrade Update versions action to the latest versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-one authored Jun 4, 2024
1 parent dda2d3e commit 9198f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
name: Update versions
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Update project versions
id: update
uses: vers-one/dotnet-project-version-updater@v1.3
uses: vers-one/dotnet-project-version-updater@v1.6
with:
file: |
"Source/VersOne.Epub/VersOne.Epub.csproj", "Source/VersOne.Epub/VersOne.Epub.nuspec", "Source/VersOne.Epub.Test/VersOne.Epub.Test.csproj", "Source/VersOne.Epub.ConsoleDemo/VersOne.Epub.ConsoleDemo.csproj", "Source/VersOne.Epub.WpfDemo/Properties/AssemblyInfo.cs"
Expand Down

0 comments on commit 9198f91

Please sign in to comment.