Skip to content

Commit b98363a

Browse files
dependabot[bot]amilcarlucas
authored andcommitted
ci(deps): bump actions/github-script from 6 to 7 in /.github/workflows
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c2a8cb commit b98363a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependabot-apt-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Check for existing issues
9494
id: check-issues
9595
if: steps.check-updates.outputs.updates_available == 'true'
96-
uses: actions/github-script@v6
96+
uses: actions/github-script@v7
9797
with:
9898
script: |
9999
const issueTitle = 'Outdated apt packages in workflows';
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Update existing issue
118118
if: steps.check-updates.outputs.updates_available == 'true' && env.ISSUE_EXISTS == 'true'
119-
uses: actions/github-script@v6
119+
uses: actions/github-script@v7
120120
with:
121121
script: |
122122
const fs = require('fs');

0 commit comments

Comments
 (0)