Skip to content

Commit

Permalink
ci(action): bump actions/github-script from 7.0.0 to 7.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7.0.0...v7.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 7c853a5 commit 8557d3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Repo metadata
id: repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
script: |
const repo = await github.rest.repos.get(context.repo)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

steps:
- name: Recreate tag
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
script: |
const tag = 'tags/${{ matrix.tag }}';
Expand All @@ -97,7 +97,7 @@ jobs:

- name: Repo metadata
id: repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
script: |
const repo = await github.rest.repos.get(context.repo)
Expand Down

0 comments on commit 8557d3a

Please sign in to comment.