Skip to content

Commit 4a5d106

Browse files
authored
Merge pull request #4 from novica/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents 2dc2247 + 11dd118 commit 4a5d106

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
- name: Set up R
3737
uses: r-lib/actions/setup-r@v2

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Set up R
2828
uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)