spark-instrumented-optimizer/.github/workflows
Dongjoon Hyun aa9064ad96 [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images
### What changes were proposed in this pull request?

This PR aims to upgrade GitHub Action CI image to recover CRAN installation failure.

### Why are the changes needed?

Sometimes, GitHub Action linter job failed
- https://github.com/apache/spark/runs/3739748809

New image have R 4.1.1 and will recover the failure.
```
$ docker run -it --rm dongjoon/apache-spark-github-action-image:20210928 R --version
R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under the terms of the
GNU General Public License versions 2 or 3.
For more information about these matters see
https://www.gnu.org/licenses/.
```

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass `GitHub Action`.

Closes #34138 from dongjoon-hyun/SPARK-36883.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
2021-09-29 11:39:01 -07:00
..
benchmark.yml [MINOR][DOCS] Add Apache license header to GitHub Actions workflow files 2021-08-28 20:30:16 -07:00
build_and_test.yml [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images 2021-09-29 11:39:01 -07:00
cancel_duplicate_workflow_runs.yml [MINOR][DOCS] Add Apache license header to GitHub Actions workflow files 2021-08-28 20:30:16 -07:00
labeler.yml Revert "[SPARK-35668][INFRA] Use "concurrency" syntax on Github Actions workflow" 2021-06-09 16:48:29 +09:00
notify_test_workflow.yml Revert "[SPARK-35668][INFRA] Use "concurrency" syntax on Github Actions workflow" 2021-06-09 16:48:29 +09:00
publish_snapshot.yml [MINOR][DOCS] Add Apache license header to GitHub Actions workflow files 2021-08-28 20:30:16 -07:00
stale.yml [MINOR][DOCS] Add Apache license header to GitHub Actions workflow files 2021-08-28 20:30:16 -07:00
test_report.yml [MINOR][DOCS] Add Apache license header to GitHub Actions workflow files 2021-08-28 20:30:16 -07:00
update_build_status.yml [SPARK-35575][INFRA] Recover updating build status in GitHub Actions 2021-05-31 19:29:54 +09:00