Skip to content

Commit

Permalink
Bump the actions-minor group with 2 updates (#66)
Browse files Browse the repository at this point in the history
Bumps the actions-minor group with 2 updates: [guibranco/github-file-reader-action-v2](https://github.com/guibranco/github-file-reader-action-v2) and [ncipollo/release-action](https://github.com/ncipollo/release-action).


Updates `guibranco/github-file-reader-action-v2` from 2.2.723 to 2.2.726
- [Release notes](https://github.com/guibranco/github-file-reader-action-v2/releases)
- [Commits](guibranco/github-file-reader-action-v2@v2.2.723...v2.2.726)

Updates `ncipollo/release-action` from 1.14.0 to 1.15.0
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@v1.14.0...v1.15.0)

---
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: ncipollo/release-action
  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>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent b6699af commit 40a6028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
useConfigFile: true

- name: Create Release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
with:
allowUpdates: false
skipIfReleaseExists: true
Expand Down
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/[email protected].723
uses: guibranco/[email protected].726
if: always()
id: log
with:
path: secrets-result.log

- name: Read secrets-result.md
uses: guibranco/[email protected].723
uses: guibranco/[email protected].726
if: failure()
id: report
with:
path: secrets-result.md

- name: Read fingerprint.txt
uses: guibranco/[email protected].723
uses: guibranco/[email protected].726
if: failure()
id: fingerprint
with:
Expand Down

0 comments on commit 40a6028

Please sign in to comment.