Skip to content

Commit

Permalink
Merge pull request #928 from synclounge/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/github-script-7.0.0

ci(action): bump actions/github-script from 6.4.1 to 7.0.0
  • Loading branch information
ttshivers authored Nov 16, 2023
2 parents 542c683 + b97b9f8 commit 158c472
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/github-script@v6.4.1
uses: actions/github-script@v7.0.0
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/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
const tag = 'tags/${{ matrix.tag }}';
Expand All @@ -97,7 +97,7 @@ jobs:

- name: Repo metadata
id: repo
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
const repo = await github.rest.repos.get(context.repo)
Expand Down

0 comments on commit 158c472

Please sign in to comment.