Skip to content

Commit

Permalink
Merge pull request #74 from devops-ia/dependabot/github_actions/peter…
Browse files Browse the repository at this point in the history
…-evans/create-pull-request-7

chore(deps): bump peter-evans/create-pull-request from 6 to 7
  • Loading branch information
ialejandro authored Oct 1, 2024
2 parents 23f8ab1 + 92002f3 commit 2202f34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-opencti-major-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "date=$(date -I)" >> $GITHUB_OUTPUT
- name: Create PR with changes (dry-run)
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
if: github.event_name == 'workflow_dispatch'
with:
add-paths: charts/opencti
Expand All @@ -68,7 +68,7 @@ jobs:
auto-pr-bump-version
- name: Create PR with changes
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
if: github.event_name == 'schedule'
with:
add-paths: charts/opencti
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-opencti-minor-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Create PR with changes (dry-run)
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
if: github.event_name == 'workflow_dispatch'
with:
add-paths: charts/opencti
Expand All @@ -70,7 +70,7 @@ jobs:
auto-pr-bump-version
- name: Create PR with changes
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
if: github.event_name == 'schedule'
with:
add-paths: charts/opencti
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-opencti-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Create PR with changes
if: steps.check_changes.outputs.release_changed == 'true'
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.PAT_GITHUB }}
commit-message: "fix: update OpenCTI version to ${{ steps.latest_release.outputs.latest_release }}"
Expand Down

0 comments on commit 2202f34

Please sign in to comment.