Skip to content

Commit

Permalink
Merge pull request #2111 from docker/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/github-script-7

build(deps): bump actions/github-script from 6 to 7
  • Loading branch information
crazy-max authored Nov 15, 2023
2 parents d537b9e + 8819ac1 commit b3b8c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
-
name: Install k3s
if: matrix.driver == 'kubernetes'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const fs = require('fs');
Expand Down

0 comments on commit b3b8c62

Please sign in to comment.