Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-14 07:06:23 +0300
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-14 07:07:28 +0300
commit42fd3b85c2d49120f3328c7f77ce4d5c100fcc61 (patch)
tree4cc4407fec43c0c0959e12d00db968a3f2e0f826
parentd82a05ab883125865871fd9013fe1681ef710d8e (diff)
Bump peter-evans/create-pull-request from 3.11.0 to 3.12.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d00f78be..b17ed6d8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
run: echo "${{ steps.get_version.outputs.VERSION }}" > yourls_version
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v3.11.0
+ uses: peter-evans/create-pull-request@v3.12.0
with:
token: ${{ secrets.PAT }}
commit-message: Bump YOURLS to ${{ steps.get_version.outputs.VERSION }}
@@ -48,7 +48,7 @@ jobs:
sed -i "s/appVersion:.*/appVersion: \"${{ steps.get_version.outputs.VERSION }}\"/" charts/yourls/Chart.yaml
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v3.11.0
+ uses: peter-evans/create-pull-request@v3.12.0
with:
token: ${{ secrets.PAT }}
commit-message: Bump YOURLS to ${{ steps.get_version.outputs.VERSION }}