From e13da868a864bbb09634dad5750be068cc805b5e Mon Sep 17 00:00:00 2001 From: Nelson-Gon <gonzabato@hotmail.com> Date: Sat, 16 Sep 2023 23:23:08 -0400 Subject: [PATCH] #45 Update workflows --- .github/workflows/devel-check.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/devel-check.yaml b/.github/workflows/devel-check.yaml index c991b05..b8bf457 100644 --- a/.github/workflows/devel-check.yaml +++ b/.github/workflows/devel-check.yaml @@ -2,11 +2,11 @@ on: push: branches: - master - - develop + - develop pull_request: branches: - master - - develop + - develop name: R-CMD-check @@ -22,6 +22,7 @@ jobs: config: - {os: macOS-latest, r: 'release'} - {os: windows-latest, r: 'release'} + - {os: ubuntu-latest, r: 'release'} - {os: ubuntu-18.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", http-user-agent: "R/4.0.0 (ubuntu-18.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" } - {os: ubuntu-18.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"} - {os: ubuntu-18.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"} @@ -30,9 +31,9 @@ jobs: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - uses: r-lib/actions/setup-r@v1 + - uses: r-lib/actions/setup-r@v2 id: install-r with: r-version: ${{ matrix.config.r }} @@ -93,4 +94,4 @@ jobs: uses: actions/upload-artifact@main with: name: ${{ matrix.config.os }}-r${{ matrix.config.r }}-results - path: check \ No newline at end of file + path: check