Skip to content

Commit d9be44d

Browse files
dependabot[bot]ctron
authored andcommitted
build(deps): bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1e5cd0 commit d9be44d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v6
5555

5656
- name: Export GitHub Actions cache environment variables
57-
uses: actions/github-script@v7
57+
uses: actions/github-script@v8
5858
if: runner.os == 'Windows'
5959
with:
6060
script: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
fetch-depth: 0
120120

121121
- name: Export GitHub Actions cache environment variables
122-
uses: actions/github-script@v7
122+
uses: actions/github-script@v8
123123
if: runner.os == 'Windows'
124124
with:
125125
script: |

0 commit comments

Comments
 (0)