From a10dad5351dac2cc4569c165387fb9d06b71c11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Lindel=C3=B8v?= Date: Sun, 29 Sep 2024 22:25:53 +0200 Subject: [PATCH] Update GH actions --- .github/workflows/check-standard.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-standard.yaml b/.github/workflows/check-standard.yaml index 1a35336..511c446 100644 --- a/.github/workflows/check-standard.yaml +++ b/.github/workflows/check-standard.yaml @@ -1,5 +1,5 @@ -# Workflow derived from https://github.com/r-lib/actions/tree/master/examples -# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help +# Workflow derived from https://github.com/r-lib/actions/blob/v2-branch/examples/check-standard.yaml + on: push: branches: [main, master] @@ -30,7 +30,7 @@ jobs: R_KEEP_PKG_SOURCE: yes steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-pandoc@v2