Skip to content

Commit

Permalink
chore(deps): bump juliangruber/read-file-action from 1.0.0 to 1.1.7 (#…
Browse files Browse the repository at this point in the history
…20813)

* chore(deps): bump juliangruber/read-file-action from 1.0.0 to 1.1.7

Bumps [juliangruber/read-file-action](https://github.com/juliangruber/read-file-action) from 1.0.0 to 1.1.7.
- [Release notes](https://github.com/juliangruber/read-file-action/releases)
- [Commits](juliangruber/read-file-action@v1.0.0...v1.1.7)

---
updated-dependencies:
- dependency-name: juliangruber/read-file-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Just set `v1`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Matloka <[email protected]>
  • Loading branch information
dependabot[bot] and Twixes authored Mar 11, 2024
1 parent 84db745 commit c900377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ jobs:
- name: Read benchmark output
if: ${{ github.event_name == 'pull_request' }}
id: pr_vs_master_changed
uses: juliangruber/read-file-action@v1.0.0
uses: juliangruber/read-file-action@v1
with:
path: pr_vs_master_changed.txt

- name: Read benchmark output (full)
if: ${{ github.event_name == 'pull_request' }}
id: pr_vs_master
uses: juliangruber/read-file-action@v1.0.0
uses: juliangruber/read-file-action@v1
with:
path: pr_vs_master.txt

Expand Down

0 comments on commit c900377

Please sign in to comment.