Merge pull request 'fix: update checkout action to use shared-actions version' (#12) from chore/checkout into main
Reviewed-on: #12 Reviewed-by: Markus.Opahle@schmalz.de <Markus.Opahle@schmalz.de>
This commit is contained in:
commit
55121b1397
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ jobs:
|
|||
runs-on: stackit-ubuntu-22
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/checkout@checkout-v1
|
||||
|
||||
- name: Validate shared action metadata
|
||||
uses: docker://data.forgejo.org/forgejo/runner:12
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue