Skip to content

Commit 4e6c167

Browse files
Bump guibranco/github-file-reader-action-v2 in the actions-minor group (#83)
Bumps the actions-minor group with 1 update: [guibranco/github-file-reader-action-v2](https://github.com/guibranco/github-file-reader-action-v2). Updates `guibranco/github-file-reader-action-v2` from 2.2.781 to 2.2.784 - [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases) - [Commits](guibranco/github-file-reader-action-v2@v2.2.781...v2.2.784) --- updated-dependencies: - dependency-name: guibranco/github-file-reader-action-v2 dependency-version: 2.2.784 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0bee14 commit 4e6c167

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,21 +105,21 @@ runs:
105105
path: fingerprint.txt
106106

107107
- name: Read secrets-result.log
108-
uses: guibranco/github-file-reader-action-v2@v2.2.781
108+
uses: guibranco/github-file-reader-action-v2@v2.2.784
109109
if: always()
110110
id: log
111111
with:
112112
path: secrets-result.log
113113

114114
- name: Read secrets-result.md
115-
uses: guibranco/github-file-reader-action-v2@v2.2.781
115+
uses: guibranco/github-file-reader-action-v2@v2.2.784
116116
if: failure()
117117
id: report
118118
with:
119119
path: secrets-result.md
120120

121121
- name: Read fingerprint.txt
122-
uses: guibranco/github-file-reader-action-v2@v2.2.781
122+
uses: guibranco/github-file-reader-action-v2@v2.2.784
123123
if: failure()
124124
id: fingerprint
125125
with:

0 commit comments

Comments
 (0)