Skip to content

Commit

Permalink
Merge pull request #3409 from GEOS-ESM/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/devops-infra/action-pull-request-0.6.0

Bump devops-infra/action-pull-request from 0.5.5 to 0.6.0
  • Loading branch information
mathomp4 authored Feb 12, 2025
2 parents 27f68b2 + 598a713 commit d462fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
filter: blob:none
- name: Run the action
uses: devops-infra/action-pull-request@v0.5.5
uses: devops-infra/action-pull-request@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_branch: develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
filter: blob:none
- name: Run the action
uses: devops-infra/action-pull-request@v0.5.5
uses: devops-infra/action-pull-request@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_branch: main
Expand Down

0 comments on commit d462fff

Please sign in to comment.