This is an automated email from the ASF dual-hosted git repository.
xiaozhenliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/main by this push:
new ab30bb1e80 chore: Upgrade checkout and setup actions to latest
versions (#3808)
ab30bb1e80 is described below
commit ab30bb1e809f58e139ea818adfa71f47d9fd2de9
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Oct 2 18:37:44 2025 +0100
chore: Upgrade checkout and setup actions to latest versions (#3808)
It is important to keep the CI actions up to date. CI attacks are
becoming more and more prevalent.
---------
Signed-off-by: PJ Fanning <[email protected]>
---
.github/workflows/github-action-build.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/github-action-build.yml
b/.github/workflows/github-action-build.yml
index 470de46daa..14df23456a 100644
--- a/.github/workflows/github-action-build.yml
+++ b/.github/workflows/github-action-build.yml
@@ -46,13 +46,13 @@ jobs:
- 18
steps:
- name: Checkout Texera
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
- name: Setup node
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
architecture: ${{ matrix.arch }}
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
with:
path: |
core/gui/node_modules
@@ -95,9 +95,9 @@ jobs:
--health-retries=5
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Setup JDK
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 11
@@ -125,9 +125,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Texera
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies