Skip to content

Commit df71ebf

Browse files
chore(deps): Bump actions/checkout from 6 to 7 (#268)
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 395eda0 commit df71ebf

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/extract.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
validate:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121

2222
- uses: actions/setup-node@v6
2323
with:
@@ -55,7 +55,7 @@ jobs:
5555
permissions:
5656
contents: write
5757
steps:
58-
- uses: actions/checkout@v6
58+
- uses: actions/checkout@v7
5959

6060
- uses: actions/setup-node@v6
6161
with:

.github/workflows/test-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
matrix: ${{ steps.find.outputs.matrix }}
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
# Default shallow checkout — we only need the working tree for `find`
2929
# below, not git history. The PR's changed files come from gh api.
3030
- id: find
@@ -81,7 +81,7 @@ jobs:
8181
matrix:
8282
android_dir: ${{ fromJson(needs.find-projects.outputs.matrix) }}
8383
steps:
84-
- uses: actions/checkout@v6
84+
- uses: actions/checkout@v7
8585

8686
- name: Set up JDK 17
8787
uses: actions/setup-java@v5

.github/workflows/test-dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
matrix: ${{ steps.find.outputs.matrix }}
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
# Default shallow checkout — we only need the working tree for `find`
2929
# below, not git history. The PR's changed files come from gh api.
3030
- id: find
@@ -65,7 +65,7 @@ jobs:
6565
matrix:
6666
project: ${{ fromJson(needs.find-projects.outputs.matrix) }}
6767
steps:
68-
- uses: actions/checkout@v6
68+
- uses: actions/checkout@v7
6969
- uses: actions/setup-dotnet@v5
7070
with:
7171
dotnet-version: "10.0.x"

.github/workflows/test-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
matrix: ${{ steps.find.outputs.matrix }}
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
- id: find
2626
env:
2727
EVENT_NAME: ${{ github.event_name }}
@@ -79,7 +79,7 @@ jobs:
7979
matrix:
8080
project: ${{ fromJson(needs.find-projects.outputs.matrix) }}
8181
steps:
82-
- uses: actions/checkout@v6
82+
- uses: actions/checkout@v7
8383

8484
- name: Detect project type
8585
id: type

.github/workflows/test-java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
matrix: ${{ steps.find.outputs.matrix }}
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
# Default shallow checkout — we only need the working tree for `find`
2929
# below, not git history. The PR's changed files come from gh api.
3030
- id: find
@@ -65,7 +65,7 @@ jobs:
6565
matrix:
6666
project: ${{ fromJson(needs.find-projects.outputs.matrix) }}
6767
steps:
68-
- uses: actions/checkout@v6
68+
- uses: actions/checkout@v7
6969
- uses: actions/setup-java@v5
7070
with:
7171
distribution: "temurin"

.github/workflows/test-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
matrix: ${{ steps.find.outputs.matrix }}
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
# Default shallow checkout — we only need the working tree for `find`
2929
# below, not git history. The PR's changed files come from gh api.
3030
- id: find
@@ -71,7 +71,7 @@ jobs:
7171
matrix:
7272
project: ${{ fromJson(needs.find-projects.outputs.matrix) }}
7373
steps:
74-
- uses: actions/checkout@v6
74+
- uses: actions/checkout@v7
7575
- uses: actions/setup-node@v6
7676
with:
7777
node-version: "22"

0 commit comments

Comments
 (0)