Skip to content

Commit

Permalink
Merge pull request #760 from kristof-mattei/renovate/actions-github-s…
Browse files Browse the repository at this point in the history
…cript-7.x

chore(deps): update actions/github-script action to v7.0.1
  • Loading branch information
renovate[bot] authored Nov 18, 2023
2 parents 910150c + aa49c8c commit 4c7fedf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/retag-containers-after-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
npm ci --ignore-scripts
- name: Download crane tar, extract, and add folder to path.
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
const tc = require("@actions/tool-cache");
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/semantic-tags-after-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
npm ci --ignore-scripts
- name: Split the incoming tag into major, minor and patch
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
env:
# because in the JS github variable ref_name isn't there
TAGNAME: ${{ github.ref_name }}
Expand All @@ -58,7 +58,7 @@ jobs:
core.exportVariable("PATCH", parsed.patch);
- name: Move v${{ env.MAJOR }} and v${{ env.MAJOR }}.${{ env.MINOR }} tags
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
npm ci --ignore-scripts
- name: Download crane tar, extract, and add folder to path.
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
const tc = require("@actions/tool-cache");
Expand Down

0 comments on commit 4c7fedf

Please sign in to comment.