Skip to content

Commit

Permalink
Bump the actions-minor group with 2 updates (#56)
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 [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>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 2712d4e commit 846ab75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
fetch-depth: 0

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.0.3
uses: gittools/actions/gitversion/setup@v3.1.1
with:
versionSpec: '6.x'

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v3.0.3
uses: gittools/actions/gitversion/execute@v3.1.1
with:
useConfigFile: 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].716
uses: guibranco/[email protected].719
if: always()
id: log
with:
path: secrets-result.log

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

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

0 comments on commit 846ab75

Please sign in to comment.