Skip to content

Commit

Permalink
Bump guibranco/github-file-reader-action-v2 in the actions-minor group (
Browse files Browse the repository at this point in the history
#46)

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.699 to 2.2.701
- [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases)
- [Commits](guibranco/github-file-reader-action-v2@v2.2.699...v2.2.701)

---
updated-dependencies:
- dependency-name: guibranco/github-file-reader-action-v2
  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>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 4c21ba8 commit df85825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,21 @@ runs:
path: fingerprint.txt

- name: Read secrets-result.log
uses: guibranco/github-file-reader-action-v2@v2.2.699
uses: guibranco/github-file-reader-action-v2@v2.2.701
if: always()
id: log
with:
path: secrets-result.log

- name: Read secrets-result.md
uses: guibranco/github-file-reader-action-v2@v2.2.699
uses: guibranco/github-file-reader-action-v2@v2.2.701
if: failure()
id: report
with:
path: secrets-result.md

- name: Read fingerprint.txt
uses: guibranco/github-file-reader-action-v2@v2.2.699
uses: guibranco/github-file-reader-action-v2@v2.2.701
if: failure()
id: fingerprint
with:
Expand Down

0 comments on commit df85825

Please sign in to comment.