From 26061b5a7db9b2aaf5d118bc2a94000a27a8b46e Mon Sep 17 00:00:00 2001 From: Astrid Deschenes Date: Wed, 21 Feb 2024 23:07:56 -0500 Subject: [PATCH] update actions/checkout to v4 --- .github/workflows/check-bioc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-bioc.yaml b/.github/workflows/check-bioc.yaml index 80e8721..36156ec 100644 --- a/.github/workflows/check-bioc.yaml +++ b/.github/workflows/check-bioc.yaml @@ -76,7 +76,7 @@ jobs: ## https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml ## If they update their steps, we will also need to update ours. - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 ## R is already included in the Bioconductor docker images - name: Setup R from r-lib