Browse Source

Update gh minor (#204)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/181/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
ac1b1a30b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release-digital-ocean.yml
  2. 2
      .github/workflows/release.yml

2
.github/workflows/release-digital-ocean.yml

@ -54,7 +54,7 @@ jobs: @@ -54,7 +54,7 @@ jobs:
- name: Install doctl
if: ${{ github.event_name != 'release' && github.event_name != 'workflow_dispatch' }}
uses: digitalocean/action-doctl@e5cb5b0cde9789f79c5115c2c4d902f38a708804 # v2.5.0
uses: digitalocean/action-doctl@135ac0aa0eed4437d547c6f12c364d3006b42824 # v2.5.1
with:
token: ${{ steps.retrieve-secrets.outputs.digital-ocean-api-key }}

2
.github/workflows/release.yml

@ -78,7 +78,7 @@ jobs: @@ -78,7 +78,7 @@ jobs:
- name: Create release
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
with:
artifacts: 'bitwarden.sh,
run.sh,

Loading…
Cancel
Save