Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump-cogserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
echo "tag for ${{ env.YAML}} was set to ${{ env.SERVER_VERSION}}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
branch: release/bump-cogserver
title: "[RELEASE] cogserver"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "tag version was replace to ${{ env.PIPELINE_VERSION}}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
branch: release/bump-geohub-data-pipeline
title: "[RELEASE] bump version of geohub-data-pipeline"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-stac-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "tag version was replace to ${{ env.PIPELINE_VERSION}}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
branch: release/bump-geo-undpstac-pipeline
title: "[RELEASE] bump version of geo-undpstac-pipeline"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
echo "::set-output name=comment::No changeset files found. It is ready to merge to production."
fi
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
branch: release/develop-to-main
title: "[RELEASE] Merge develop to main"
Expand Down
Loading