Skip to content

Commit 160b61a

Browse files
build(deps): bump the actions group across 1 directory with 6 updates
Bumps the actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `5` | | [actions/setup-java](https://github.com/actions/setup-java) | `4` | `5` | | [gradle/actions](https://github.com/gradle/actions) | `4` | `5` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `5` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3` | `4` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `actions/setup-java` from 4 to 5 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...v5) Updates `gradle/actions` from 4 to 5 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4...v5) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: gradle/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1364710 commit 160b61a

17 files changed

+29
-29
lines changed

.github/workflows/add-device.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
env:
1212
ISSUE_CONTENT: ${{ github.event.issue.body }}
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Parse issue body
1616
id: handle-add-device
1717
run: |

.github/workflows/avd-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
remove-haskell: 'true'
5050
remove-codeql: 'true'
5151

52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
with:
5454
path: KernelSU
5555
fetch-depth: 0

.github/workflows/build-kernel-a12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
5454
steps:
5555
- name: Download artifacts
56-
uses: actions/download-artifact@v4
56+
uses: actions/download-artifact@v5
5757

58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v5
5959
with:
6060
path: KernelSU
6161
fetch-depth: 0

.github/workflows/build-kernel-a13.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ jobs:
8888
RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
8989
steps:
9090
- name: Download artifacts
91-
uses: actions/download-artifact@v4
91+
uses: actions/download-artifact@v5
9292

93-
- uses: actions/checkout@v4
93+
- uses: actions/checkout@v5
9494
with:
9595
path: KernelSU
9696
fetch-depth: 0

.github/workflows/build-kernel-a14.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ jobs:
100100
RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
101101
steps:
102102
- name: Download artifacts
103-
uses: actions/download-artifact@v4
103+
uses: actions/download-artifact@v5
104104

105-
- uses: actions/checkout@v4
105+
- uses: actions/checkout@v5
106106
with:
107107
path: KernelSU
108108
fetch-depth: 0

.github/workflows/build-kernel-a15.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
7474
steps:
7575
- name: Download artifacts
76-
uses: actions/download-artifact@v4
76+
uses: actions/download-artifact@v5
7777

78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@v5
7979
with:
8080
path: KernelSU
8181
fetch-depth: 0

.github/workflows/build-kernel-arcvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
sudo ln -s --force /usr/bin/clang++-$LLVM_VERSION /usr/bin/clang++
6767
6868
- name: Checkout KernelSU
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070
with:
7171
path: KernelSU
7272
fetch-depth: 0

.github/workflows/build-manager.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
with:
5757
fetch-depth: 0
5858

@@ -79,25 +79,25 @@ jobs:
7979
fi
8080
8181
- name: Setup Java
82-
uses: actions/setup-java@v4
82+
uses: actions/setup-java@v5
8383
with:
8484
distribution: temurin
8585
java-version: 21
8686

8787
- name: Setup Gradle
88-
uses: gradle/actions/setup-gradle@v4
88+
uses: gradle/actions/setup-gradle@v5
8989

9090
- name: Setup Android SDK
9191
uses: android-actions/setup-android@v3
9292

9393
- name: Download arm64 ksud
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v5
9595
with:
9696
name: ksud-aarch64-linux-android
9797
path: .
9898

9999
- name: Download x86_64 ksud
100-
uses: actions/download-artifact@v4
100+
uses: actions/download-artifact@v5
101101
with:
102102
name: ksud-x86_64-linux-android
103103
path: .

.github/workflows/build-su.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build userspace su
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
- name: Setup need_upload

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
clippy:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- run: rustup update stable
2626
- uses: Swatinem/rust-cache@v2
2727
with:

0 commit comments

Comments
 (0)