deps: update GitHub action dependencies (#1499)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-22 17:57:47 +01:00 committed by GitHub
parent 57f1c8f139
commit 0a190c2bf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 86 additions and 86 deletions

View file

@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout Constellation
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
with:
ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }}
@ -34,7 +34,7 @@ jobs:
run: go run . | cat header.md - > ../../docs/docs/reference/cli.md
- name: Create PR (if there are changes)
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4.2.3
uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4.2.4
with:
branch: ci/cli-ref/update
base: main