Skip to content

Commit 60cee75

Browse files
build(deps): Bump actions/checkout from 6 to 7 (appium#2420)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbc182e commit 60cee75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
name: JDK ${{ matrix.java }} build (${{ matrix.selenium }})
5959
steps:
60-
- uses: actions/checkout@v6
60+
- uses: actions/checkout@v7
6161

6262
- name: Set up JDK ${{ matrix.java }}
6363
uses: actions/setup-java@v5
@@ -104,7 +104,7 @@ jobs:
104104

105105
name: "e2e - ${{ matrix.platform }} ${{ matrix.e2e-tests }}"
106106
steps:
107-
- uses: actions/checkout@v6
107+
- uses: actions/checkout@v7
108108

109109
- name: Enable KVM group perms
110110
if: matrix.e2e-tests == 'android' || matrix.e2e-tests == 'flutter-android'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
publish:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
with:
1717
ref: ${{ github.event_name == 'workflow_dispatch' && format('refs/tags/{0}', inputs.release_tag) || github.ref }}
1818
- name: Set up Java

0 commit comments

Comments
 (0)