Skip to content

Commit b60ab2e

Browse files
build(deps): bump actions/checkout from 5 to 6 (#88)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6bf017 commit b60ab2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- uses: ./.github/actions/android-build
2424
with:
2525
check-build: true

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: needs.release-please.outputs.release_created
3333
steps:
3434
- name: Check out repository
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
- name: Build
3737
id: build
3838
uses: ./.github/actions/android-build
@@ -56,7 +56,7 @@ jobs:
5656
GH_TOKEN: ${{ github.token }}
5757
steps:
5858
- name: Check out repository
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
sparse-checkout:
6262
.github

0 commit comments

Comments
 (0)