Merge pull request #196 from buanet/dependabot/github_actions/dev/actions/github-script-5

Bump actions/github-script from 3 to 5
This commit is contained in:
André Germann
2021-10-03 13:49:59 +02:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ jobs:
./manifest-tool --username ${{ secrets.PACKAGES_USER }} --password ${{ secrets.PACKAGES_PASS }} push from-spec manifest_ghcr_version-node14.yaml
- name: Delete untagged images from GitHub packages
uses: actions/github-script@v3
uses: actions/github-script@v5
with:
github-token: ${{ secrets.PACKAGES_PASS }}
script: |

View File

@@ -110,7 +110,7 @@ jobs:
./manifest-tool --username ${{ secrets.PACKAGES_USER }} --password ${{ secrets.PACKAGES_PASS }} push from-spec manifest_ghcr_version.yaml
- name: Delete untagged images from GitHub packages
uses: actions/github-script@v3
uses: actions/github-script@v5
with:
github-token: ${{ secrets.PACKAGES_PASS }}
script: |

View File

@@ -102,7 +102,7 @@ jobs:
./manifest-tool --username ${{ secrets.PACKAGES_USER }} --password ${{ secrets.PACKAGES_PASS }} push from-spec manifest_ghcr_dev-node14.yaml
- name: Delete untagged images from GitHub packages
uses: actions/github-script@v3
uses: actions/github-script@v5
with:
github-token: ${{ secrets.PACKAGES_PASS }}
script: |

View File

@@ -102,7 +102,7 @@ jobs:
./manifest-tool --username ${{ secrets.PACKAGES_USER }} --password ${{ secrets.PACKAGES_PASS }} push from-spec manifest_ghcr_dev.yaml
- name: Delete untagged images from GitHub packages
uses: actions/github-script@v3
uses: actions/github-script@v5
with:
github-token: ${{ secrets.PACKAGES_PASS }}
script: |

View File

@@ -112,7 +112,7 @@ jobs:
./manifest-tool --username ${{ secrets.PACKAGES_USER }} --password ${{ secrets.PACKAGES_PASS }} push from-spec manifest_ghcr_version.yaml
- name: Delete untagged images from GitHub packages
uses: actions/github-script@v3
uses: actions/github-script@v5
with:
github-token: ${{ secrets.PACKAGES_PASS }}
script: |