Explicit set minor and patch version on used actions

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-07-24 22:19:11 +02:00
parent 14632f1224
commit 8f7168432f
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ jobs:
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.0.0
- name: Opening pull request
id: pull
uses: tretuna/sync-branches@1.4.0
@@ -20,7 +20,7 @@ jobs:
FROM_BRANCH: 'master'
TO_BRANCH: 'development'
- name: Label the pull request to ignore for release note generation
uses: actions-ecosystem/action-add-labels@v1
uses: actions-ecosystem/action-add-labels@v1.0.0
with:
labels: internal
repo: ${{ github.repository }}