Merge pull request #2111 from docker/dependabot/github_actions/actions/github-script-7

build(deps): bump actions/github-script from 6 to 7
This commit is contained in:
CrazyMax 2023-11-15 06:50:56 -08:00 committed by GitHub
commit b3b8c62ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ jobs:
- -
name: Install k3s name: Install k3s
if: matrix.driver == 'kubernetes' if: matrix.driver == 'kubernetes'
uses: actions/github-script@v6 uses: actions/github-script@v7
with: with:
script: | script: |
const fs = require('fs'); const fs = require('fs');