Skip to content

Commit b9d2626

Browse files
committed
Bump release-pipeline dependency
Bump actions/checkout to v4 Bump peterjgrainger/action-create-branch to v3 Bump stefanzweifel/git-auto-commit-action to v5
1 parent bc69aa0 commit b9d2626

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
apt-get install -y git
4444
- if: ${{ env.GITHUB_TOKEN != null && env.GITHUB_TOKEN != '' }}
4545
name: create-release-branch
46-
uses: peterjgrainger/action-create-branch@v2.0.1
46+
uses: peterjgrainger/action-create-branch@v3
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
with:
5050
branch: "${{ env.BRANCH_PREFIX }}${{ env.VERSION }}"
5151
- if: ${{ ! (env.GITHUB_TOKEN != null && env.GITHUB_TOKEN != '') }}
52-
uses: actions/checkout@v2
52+
uses: actions/checkout@v4
5353
- if: ${{ env.GITHUB_TOKEN != null && env.GITHUB_TOKEN != '' }}
54-
uses: actions/checkout@v2
54+
uses: actions/checkout@v4
5555
with:
5656
fetch-depth: 0
5757
ref: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }}
@@ -89,7 +89,7 @@ jobs:
8989
container_registry_password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
9090
- if: ${{ env.GITHUB_TOKEN != null && env.GITHUB_TOKEN != '' }}
9191
name: push-changes
92-
uses: stefanzweifel/git-auto-commit-action@v4
92+
uses: stefanzweifel/git-auto-commit-action@v5
9393
with:
9494
branch: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }}
9595
commit_user_name: Release Bot
@@ -117,7 +117,7 @@ jobs:
117117
run: echo "The release drafter currently does not work with act, please create the release from the Github UI."
118118
- if: ${{ env.GITHUB_ACTOR != 'nektos/act' && env.GITHUB_TOKEN != null && env.GITHUB_TOKEN != '' }}
119119
name: checkout-fixed-release-drafter
120-
uses: actions/checkout@v2
120+
uses: actions/checkout@v4
121121
with:
122122
repository: ml-tooling/release-drafter
123123
path: ./.git/cloned-actions/release-drafter

0 commit comments

Comments
 (0)