pr trigger

This commit is contained in:
jr-k 2024-08-08 04:27:37 +02:00
parent 79a31b84c6
commit a735c0f4e8
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'build-pr')
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Call common build workflow
uses: ./.github/workflows/common-docker-build.yml

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Read Version
id: version