Skip to content

Commit

Permalink
Update ci version
Browse files Browse the repository at this point in the history
### What changes are proposed in this pull request?

Please outline the changes and how this PR fixes the issue.

Alluxio#16963

### Why are the changes needed?

Please clarify why the changes are needed. For instance,
1. If you propose a new API, clarify the use case for a new API.
2. If you fix a bug, describe the bug.

### Does this PR introduce any user facing changes?

Please list the user-facing changes introduced by your change, including
1. change in user-facing APIs
2. addition or removal of property keys
3. webui

pr-link: Alluxio#16964
change-id: cid-8da7ea42471d3b615289397def114ab384440f2f
  • Loading branch information
fengshunli authored and jiacheliu3 committed May 17, 2023
1 parent 3000653 commit e90679a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checkstyle.yml
Expand Up @@ -8,23 +8,23 @@ jobs:

steps:
- name: checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: '10.11.0'

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Cache local Go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
Expand All @@ -41,7 +41,7 @@ jobs:

- name: Archive artifacts
continue-on-error: true
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: artifact
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/fuse_integration_tests.yml
Expand Up @@ -18,21 +18,21 @@ jobs:

steps:
- name: checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: '10.11.0'

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}

- name: Cache local Go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
Expand All @@ -50,7 +50,7 @@ jobs:

- name: Archive artifacts
continue-on-error: true
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: artifact
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/java11_integration_tests.yml
Expand Up @@ -31,21 +31,21 @@ jobs:

steps:
- name: checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: '10.11.0'

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-java11-${{ hashFiles('**/pom.xml') }}

- name: Cache local Go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
Expand All @@ -63,7 +63,7 @@ jobs:

- name: Archive artifacts
continue-on-error: true
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: artifact
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/java11_integration_tests_ft.yml
Expand Up @@ -21,21 +21,21 @@ jobs:

steps:
- name: checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: '10.11.0'

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-java11-${{ hashFiles('**/pom.xml') }}

- name: Cache local Go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
Expand All @@ -55,7 +55,7 @@ jobs:

- name: Archive artifacts
continue-on-error: true
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: artifact
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/java11_integration_tests_webui.yml
Expand Up @@ -19,21 +19,21 @@ jobs:

steps:
- name: checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: '10.11.0'

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-java11-${{ hashFiles('**/pom.xml') }}

- name: Cache local Go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
Expand All @@ -51,7 +51,7 @@ jobs:

- name: Archive artifacts
continue-on-error: true
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: artifact
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/java11_unit_tests.yml
Expand Up @@ -21,21 +21,21 @@ jobs:

steps:
- name: checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: '10.11.0'

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-java11-${{ hashFiles('**/pom.xml') }}

- name: Cache local Go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
Expand All @@ -53,7 +53,7 @@ jobs:

- name: Archive artifacts
continue-on-error: true
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
issues: write # for writing stale message
pull-requests: write # for writing stale message
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.repository == 'alluxio/alluxio'
steps:
- uses: actions/stale@v6
Expand Down

0 comments on commit e90679a

Please sign in to comment.