Skip to content

Commit c01be2d

Browse files
committed
Update checkout action for Node 24
1 parent 8a9b277 commit c01be2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6.0.3
1717

1818
- name: Set up R
1919
uses: r-lib/actions/setup-r@v2

.github/workflows/r.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
r-version: ['4.5.2']
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6.0.3
1818

1919
- name: Set up R ${{ matrix.r-version }}
2020
uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)