Skip to content

Commit 096b1c1

Browse files
chore(deps): update actions/github-script action to v7 (#736)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b80e37 commit 096b1c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: git checkout -b "bump/${{ steps.version.outputs.version }}"
3838
- run: pnpm version ${{ steps.version.outputs.version }}
3939
- run: git push origin "bump/${{ steps.version.outputs.version }}"
40-
- uses: actions/github-script@v6
40+
- uses: actions/github-script@v7
4141
with:
4242
script: |
4343
core.notice('Create PR by going to: https://github.com/gitify-app/website/compare/bump/${{ steps.version.outputs.version }}')

.github/workflows/validator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Validate PR title
13-
uses: actions/github-script@v6
13+
uses: actions/github-script@v7
1414
with:
1515
script: |
1616
const title = context.payload.pull_request.title;

0 commit comments

Comments
 (0)