Skip to content

Commit

Permalink
Merge test changes to main (#21)
Browse files Browse the repository at this point in the history
Automatically created pull-request in order to merge changes that were
recently pushed to the test branch, back to main
  • Loading branch information
hwinther authored May 3, 2024
2 parents efd2872 + 08e69cc commit 9f11b9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4

- name: Get version
uses: reecetech/version-increment@2023.10.2
uses: reecetech/version-increment@2024.4.4
id: version
with:
scheme: semver
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0 # used by GitVersion to find the most recent tag outside of this branch

- name: Get version
uses: reecetech/version-increment@2023.10.2
uses: reecetech/version-increment@2024.4.4
id: version
with:
scheme: semver
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fi
- name: Get next version
uses: reecetech/version-increment@2023.10.2
uses: reecetech/version-increment@2024.4.4
id: version
if: ${{ steps.check-changes.outputs.has_diff == 'true' }}
with:
Expand Down
2 changes: 1 addition & 1 deletion src/backend/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.2.4",
"version": "5.2.5",
"commands": [
"reportgenerator"
]
Expand Down

0 comments on commit 9f11b9a

Please sign in to comment.