Skip to content

Commit

Permalink
Merge pull request #30 from miraisolutions/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
2 parents ddb13c9 + c2b5f36 commit 6458ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: valgrind-check

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Check with valgrind
run: bash inst/tools/valgrind-check.sh
Expand Down

0 comments on commit 6458ab2

Please sign in to comment.