From bddc461ca1999db3bd73d0e225661d82844b8180 Mon Sep 17 00:00:00 2001 From: "Shawn P. Serbin" Date: Tue, 18 Jun 2024 11:58:07 -0400 Subject: [PATCH] Update run_ecosis_pull_example.yaml --- .github/workflows/run_ecosis_pull_example.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_ecosis_pull_example.yaml b/.github/workflows/run_ecosis_pull_example.yaml index 3f1d862..6cb6d5c 100644 --- a/.github/workflows/run_ecosis_pull_example.yaml +++ b/.github/workflows/run_ecosis_pull_example.yaml @@ -20,8 +20,7 @@ jobs: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true steps: - #check out source code - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-r@v2 with: @@ -44,4 +43,4 @@ jobs: - name: Run EcoSIS API Pull Example run: | source("inst/scripts/pull_data_from_ecosis.R") - shell: Rscript {0} \ No newline at end of file + shell: Rscript {0}