Skip to content

Commit e1cc235

Browse files
committed
Updated checkout action
1 parent 7fe0950 commit e1cc235

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
TEST_JETPACK_GLOBAL: true
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

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

.github/workflows/revdepcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
revdepcheck:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010

1111
- uses: r-lib/actions/setup-r@v2
1212
with:

0 commit comments

Comments
 (0)