Skip to content

Commit 5d280d1

Browse files
Merge pull request #6 from DiogoRibeiro7/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 755bdb3 + 9dfc5f1 commit 5d280d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renv-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
renv:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with: { fetch-depth: 0 }
1515

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

0 commit comments

Comments
 (0)