Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-issue-from-file action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 27, 2023
1 parent 3e1e675 commit 8174bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
- id: 'step-3'
name: 'Create issue'
uses: 'peter-evans/create-issue-from-file@v3'
uses: 'peter-evans/create-issue-from-file@v4'
with:
title: 'New major versions of actions available'
content-filepath: 'build/suggestVersions.md'
2 changes: 1 addition & 1 deletion .github/workflows/used-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
runs-on: ubuntu-latest
steps:
# List used actions below, as subsequent "- uses" items:
- uses: peter-evans/create-issue-from-file@v3
- uses: peter-evans/create-issue-from-file@v4

0 comments on commit 8174bb4

Please sign in to comment.