Skip to content

Commit

Permalink
Bump actions/github-script from 6.4.1 to 7.0.0 (#139)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](/~https://github.com/actions/github-script) from 6.4.1 to 7.0.0.
- [Release notes](/~https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@d7906e4...e69ef54)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 0492616 commit 0da079f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Get version
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
id: version
with:
result-encoding: string
Expand All @@ -27,7 +27,7 @@ jobs:
const tag = ref.replace(/^refs\/tags\//, "")
return tag
- name: Get major version
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
id: major_version
env:
VERSION: ${{ steps.version.outputs.result }}
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Get version
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
id: version
with:
result-encoding: string
Expand Down

0 comments on commit 0da079f

Please sign in to comment.