Skip to content

Commit

Permalink
Bump robotology/gh-action-nightly-merge from 1.4.0 to 1.5.2
Browse files Browse the repository at this point in the history
Bumps [robotology/gh-action-nightly-merge](https://github.com/robotology/gh-action-nightly-merge) from 1.4.0 to 1.5.2.
- [Release notes](https://github.com/robotology/gh-action-nightly-merge/releases)
- [Commits](robotology/gh-action-nightly-merge@v1.4.0...v1.5.2)

---
updated-dependencies:
- dependency-name: robotology/gh-action-nightly-merge
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent ad9ebca commit ec39dd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: πŸ”€ Merge master into maintenance
uses: robotology/gh-action-nightly-merge@v1.4.0
uses: robotology/gh-action-nightly-merge@v1.5.2
with:
stable_branch: "master"
development_branch: "maintenance"
Expand All @@ -24,7 +24,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: πŸ”€ Merge staging/bugfix into maintenance
uses: robotology/gh-action-nightly-merge@v1.4.0
uses: robotology/gh-action-nightly-merge@v1.5.2
with:
stable_branch: "staging/bugfix"
development_branch: "maintenance"
Expand All @@ -33,7 +33,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: πŸ”€ Merge staging/maintenance into maintenance
uses: robotology/gh-action-nightly-merge@v1.4.0
uses: robotology/gh-action-nightly-merge@v1.5.2
with:
stable_branch: "staging/bugfix"
development_branch: "maintenance"
Expand All @@ -42,7 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: πŸ”€ Merge maintenance into devel
uses: robotology/gh-action-nightly-merge@v1.4.0
uses: robotology/gh-action-nightly-merge@v1.5.2
with:
stable_branch: "maintenance"
development_branch: "devel"
Expand Down

0 comments on commit ec39dd3

Please sign in to comment.