mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-05-19 14:24:14 +02:00
Update actions to latest versions
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
8f3e6f1a50
commit
a3ac1caac6
4 changed files with 8 additions and 8 deletions
4
.github/workflows/sync-back-to-dev.yml
vendored
4
.github/workflows/sync-back-to-dev.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
name: Syncing branches
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.0.0.
|
||||
uses: actions/checkout@v3.0.2
|
||||
- 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.0.0
|
||||
uses: actions-ecosystem/action-add-labels@v1.1.0
|
||||
with:
|
||||
labels: internal
|
||||
repo: ${{ github.repository }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue