mirror of
https://github.com/moby/buildkit.git
synced 2026-08-06 15:50:50 +00:00
ci: bump actions/github-script to v7
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/.test.yml
vendored
2
.github/workflows/.test.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
-
|
||||
name: Set outputs
|
||||
id: set
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
const yaml = require('js-yaml');
|
||||
|
||||
2
.github/workflows/dockerd.yml
vendored
2
.github/workflows/dockerd.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
steps:
|
||||
-
|
||||
name: Prepare
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
const version = `${{ inputs.version }}` || '25.0.2';
|
||||
|
||||
Reference in New Issue
Block a user