Skip to content

Commit a53b998

Browse files
Bump the actions-deps group across 1 directory with 2 updates
Bumps the actions-deps group with 2 updates in the / directory: [actions/github-script](https://github.com/actions/github-script) and [cypress-io/github-action](https://github.com/cypress-io/github-action). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) Updates `cypress-io/github-action` from 7.1.5 to 7.1.9 - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](cypress-io/github-action@v7.1.5...v7.1.9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: cypress-io/github-action dependency-version: 7.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 258c088 commit a53b998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Not strictly necessary for this specific github-script if it's self-contained
1919

2020
- name: Create or Update Release Pull Request
21-
uses: actions/github-script@v8
21+
uses: actions/github-script@v9
2222
with:
2323
script: |
2424
const { repo, owner } = context.repo;

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache: npm
4444

4545
- name: Run Cypress tests
46-
uses: cypress-io/github-action@v7.1.5
46+
uses: cypress-io/github-action@v7.1.9
4747
with:
4848
browser: chrome
4949
config-file: cypress.config.ts

0 commit comments

Comments
 (0)