From 4be656f0e83549785c928defc978571901e5a465 Mon Sep 17 00:00:00 2001 From: Ning Liu Date: Mon, 13 Nov 2023 01:06:24 +0000 Subject: [PATCH] Update basic_checks.yaml --- .github/workflows/basic_checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic_checks.yaml b/.github/workflows/basic_checks.yaml index b074b1d..298b97e 100644 --- a/.github/workflows/basic_checks.yaml +++ b/.github/workflows/basic_checks.yaml @@ -8,7 +8,7 @@ env: jobs: r-build-and-check: runs-on: ubuntu-latest - container: bioconductor/bioconductor_docker:RELEASE_3_17 + container: bioconductor/bioconductor_docker:RELEASE_3_18 env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}