Skip to content

Commit 0326e2e

Browse files
authored
Merge pull request #595 from nflverse/dependabot/github_actions/actions/checkout-7
2 parents 7f4ec31 + 7cef8d3 commit 0326e2e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
R_KEEP_PKG_SOURCE: yes
3232

3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535

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

.github/workflows/format-suggest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write
2929

3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
with:
3333
ref: ${{ github.event.pull_request.head.sha }}
3434
allow-unsafe-pr-checkout: true

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
isPush: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
2525

2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828

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

0 commit comments

Comments
 (0)