Skip to content

Commit

Permalink
Bump guibranco/github-file-reader-action-v2 from 2.2.702 to 2.2.705 (#…
Browse files Browse the repository at this point in the history
…440)

* Bump guibranco/github-file-reader-action-v2 from 2.2.702 to 2.2.705

Bumps [guibranco/github-file-reader-action-v2](https://github.com/guibranco/github-file-reader-action-v2) from 2.2.702 to 2.2.705.
- [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases)
- [Commits](guibranco/github-file-reader-action-v2@v2.2.702...v2.2.705)

---
updated-dependencies:
- dependency-name: guibranco/github-file-reader-action-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Version bump (CI)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
Co-authored-by: net-framework-updater[bot] <136581072+net-framework-updater[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 3, 2024
1 parent 79c4189 commit 7981945
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@ jobs:
echo "version=$(type Src/${{ env.projectPath }}/Properties/Version.txt)" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Read warnings.txt
uses: guibranco/[email protected].702
uses: guibranco/[email protected].705
if: steps.changes.outputs.src == 'true' || github.event_name == 'workflow_dispatch'
id: warnings
with:
path: msbuild.warnings.log

- name: Read errors.txt
uses: guibranco/[email protected].702
uses: guibranco/[email protected].705
if: failure() && (steps.changes.outputs.src == 'true' || github.event_name == 'workflow_dispatch')
id: errors
with:
Expand Down
4 changes: 2 additions & 2 deletions Src/GHActionsCI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.954.1")]
[assembly: AssemblyFileVersion("1.0.954.1")]
[assembly: AssemblyVersion("1.0.955.1")]
[assembly: AssemblyFileVersion("1.0.955.1")]
2 changes: 1 addition & 1 deletion Src/GHActionsCI/Properties/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.954.1
1.0.955.1

0 comments on commit 7981945

Please sign in to comment.