Skip to content

Commit 846ab75

Browse files
Bump the actions-minor group with 2 updates (#56)
Bumps the actions-minor group with 2 updates: [guibranco/github-file-reader-action-v2](https://github.com/guibranco/github-file-reader-action-v2) and [gittools/actions](https://github.com/gittools/actions). Updates `guibranco/github-file-reader-action-v2` from 2.2.716 to 2.2.719 - [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases) - [Commits](guibranco/github-file-reader-action-v2@v2.2.716...v2.2.719) Updates `gittools/actions` from 3.0.3 to 3.1.1 - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.0.3...v3.1.1) --- updated-dependencies: - dependency-name: guibranco/github-file-reader-action-v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2712d4e commit 846ab75

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: Install GitVersion
47-
uses: gittools/actions/gitversion/setup@v3.0.3
47+
uses: gittools/actions/gitversion/setup@v3.1.1
4848
with:
4949
versionSpec: '6.x'
5050

5151
- name: Determine Version
5252
id: gitversion
53-
uses: gittools/actions/gitversion/execute@v3.0.3
53+
uses: gittools/actions/gitversion/execute@v3.1.1
5454
with:
5555
useConfigFile: true
5656

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,21 @@ runs:
9696
path: fingerprint.txt
9797

9898
- name: Read secrets-result.log
99-
uses: guibranco/[email protected].716
99+
uses: guibranco/[email protected].719
100100
if: always()
101101
id: log
102102
with:
103103
path: secrets-result.log
104104

105105
- name: Read secrets-result.md
106-
uses: guibranco/[email protected].716
106+
uses: guibranco/[email protected].719
107107
if: failure()
108108
id: report
109109
with:
110110
path: secrets-result.md
111111

112112
- name: Read fingerprint.txt
113-
uses: guibranco/[email protected].716
113+
uses: guibranco/[email protected].719
114114
if: failure()
115115
id: fingerprint
116116
with:

0 commit comments

Comments
 (0)