Skip to content

Commit d67f02e

Browse files
dependabot[bot]amilcarlucas
authored andcommitted
build(deps): bump actions/github-script from 7.0.1 to 8.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab3c5cb commit d67f02e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Check for existing issues
9999
id: check-issues
100100
if: steps.check-updates.outputs.updates_available == 'true'
101-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
101+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
102102
with:
103103
script: |
104104
const issueTitle = 'Outdated apt packages in workflows';
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Update existing issue
123123
if: steps.check-updates.outputs.updates_available == 'true' && env.ISSUE_EXISTS == 'true'
124-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
124+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
125125
with:
126126
script: |
127127
const fs = require('fs');

0 commit comments

Comments
 (0)