Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-issue-from-file action to v5.0…
Browse files Browse the repository at this point in the history
….1 (#396)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent 94639ab commit 2f04ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].1
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: [site]
steps:
- name: Create issue
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].1
with:
title: Nightly build failed
labels: Broken Nightly Build

0 comments on commit 2f04ee3

Please sign in to comment.