mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 10:29:00 +02:00
Merge pull request #403 from buanet/dependabot/github_actions/main/actions/github-script-7.0.0
Bump actions/github-script from 6.4.1 to 7.0.0
This commit is contained in:
2
.github/workflows/build-debian12-beta.yml
vendored
2
.github/workflows/build-debian12-beta.yml
vendored
@@ -166,7 +166,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Delete images
|
- name: Delete images
|
||||||
uses: actions/github-script@v6.4.1
|
uses: actions/github-script@v7.0.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.PACKAGES_PASS }}
|
github-token: ${{ secrets.PACKAGES_PASS }}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
2
.github/workflows/build-debian12-dev.yml
vendored
2
.github/workflows/build-debian12-dev.yml
vendored
@@ -150,7 +150,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Delete images
|
- name: Delete images
|
||||||
uses: actions/github-script@v6.4.1
|
uses: actions/github-script@v7.0.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.PACKAGES_PASS }}
|
github-token: ${{ secrets.PACKAGES_PASS }}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
2
.github/workflows/build-debian12-latest.yml
vendored
2
.github/workflows/build-debian12-latest.yml
vendored
@@ -156,7 +156,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Delete images
|
- name: Delete images
|
||||||
uses: actions/github-script@v6.4.1
|
uses: actions/github-script@v7.0.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.PACKAGES_PASS }}
|
github-token: ${{ secrets.PACKAGES_PASS }}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user