Skip to content

Commit 8f62d81

Browse files
Bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.1
Bumps [dev-hanz-ops/install-gh-cli-action](https://github.com/dev-hanz-ops/install-gh-cli-action) from 0.1.0 to 0.2.1. - [Release notes](https://github.com/dev-hanz-ops/install-gh-cli-action/releases) - [Commits](dev-hanz-ops/install-gh-cli-action@v0.1.0...v0.2.1) --- updated-dependencies: - dependency-name: dev-hanz-ops/install-gh-cli-action dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f5a87f commit 8f62d81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-tag-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
aws s3 sync dist/release s3://${{ secrets.AWS_S3_BUCKET }}/gitea/${{ steps.clean_name.outputs.branch }} --no-progress
6262
- name: Install GH CLI
63-
uses: dev-hanz-ops/install-gh-cli-action@v0.1.0
63+
uses: dev-hanz-ops/install-gh-cli-action@v0.2.1
6464
with:
6565
gh-cli-version: 2.39.1
6666
- name: create github release

.github/workflows/release-tag-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
aws s3 sync dist/release s3://${{ secrets.AWS_S3_BUCKET }}/gitea/${{ steps.clean_name.outputs.branch }} --no-progress
6565
- name: Install GH CLI
66-
uses: dev-hanz-ops/install-gh-cli-action@v0.1.0
66+
uses: dev-hanz-ops/install-gh-cli-action@v0.2.1
6767
with:
6868
gh-cli-version: 2.39.1
6969
- name: create github release

0 commit comments

Comments
 (0)