mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-08 19:21:02 -05:00
deps: update GitHub action dependencies (#1499)
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
57f1c8f139
commit
0a190c2bf6
45 changed files with 86 additions and 86 deletions
4
.github/workflows/update-cli-reference.yml
vendored
4
.github/workflows/update-cli-reference.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue