Skip to content

Commit 7777d77

Browse files
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@v7.0.1...v8.0.0) --- 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] <[email protected]>
1 parent dd8a1ab commit 7777d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/made-for-esphome.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Check pull request does not already have `made-for-esphome` label
1717
- name: Check for existing label
1818
id: check-label
19-
uses: actions/github-script@v7.0.1
19+
uses: actions/github-script@v8.0.0
2020
with:
2121
script: |
2222
const labels = context.payload.pull_request.labels.map(label => label.name);
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Check for made-for-esphome
4141
id: check-made-for-esphome
42-
uses: actions/github-script@v7.0.1
42+
uses: actions/github-script@v8.0.0
4343
with:
4444
script: |
4545
// Get the base branch from the pull request
@@ -63,7 +63,7 @@ jobs:
6363
- name: Checkout code
6464
uses: actions/checkout@v5
6565
- name: Update Pull Request
66-
uses: actions/github-script@v7.0.1
66+
uses: actions/github-script@v8.0.0
6767
with:
6868
script: |
6969
const pr = context.payload.pull_request;

0 commit comments

Comments
 (0)