mirror of
https://github.com/moby/buildkit.git
synced 2026-08-08 16:50:44 +00:00
build(deps): bump actions/github-script from 8.0.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](ed597411d8...3a2844b7e9)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: 9.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/.test.yml
vendored
2
.github/workflows/.test.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
-
|
||||
name: Set outputs
|
||||
id: set
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||
env:
|
||||
INPUT_PKGS: ${{ inputs.pkgs }}
|
||||
INPUT_KINDS: ${{ inputs.kinds }}
|
||||
|
||||
2
.github/workflows/buildkit.yml
vendored
2
.github/workflows/buildkit.yml
vendored
@@ -173,7 +173,7 @@ jobs:
|
||||
-
|
||||
name: Set outputs
|
||||
id: set
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||
env:
|
||||
INPUT_DEFAULT-BASE: alpine
|
||||
INPUT_REF: ${{ github.ref }}
|
||||
|
||||
2
.github/workflows/buildx-image.yml
vendored
2
.github/workflows/buildx-image.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
-
|
||||
name: Create
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||
env:
|
||||
INPUT_SOURCE-TAG: ${{ inputs.source-tag }}
|
||||
INPUT_DRY-RUN: ${{ inputs.dry-run }}
|
||||
|
||||
2
.github/workflows/dockerd.yml
vendored
2
.github/workflows/dockerd.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
steps:
|
||||
-
|
||||
name: Prepare
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||
env:
|
||||
INPUT_VERSION: ${{ inputs.version }}
|
||||
with:
|
||||
|
||||
2
.github/workflows/frontend.yml
vendored
2
.github/workflows/frontend.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
-
|
||||
name: Set outputs
|
||||
id: set
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||
env:
|
||||
INPUT_REF: ${{ github.ref }}
|
||||
INPUT_CHANNELS: |
|
||||
|
||||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
-
|
||||
name: Add runner to matrix
|
||||
id: matrix
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||
env:
|
||||
INPUT_MATRIX: ${{ steps.generate.outputs.matrix }}
|
||||
INPUT_PRIVATE-REPO: ${{ github.event.repository.private }}
|
||||
|
||||
Reference in New Issue
Block a user