Skip to content

Commit 0c94631

Browse files
authored
Merge pull request #456 from stan-dev/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 1f166e3 + 74b52dc commit 0c94631

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
permissions:
2424
contents: write
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727

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

.github/workflows/rcmdcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
3838

3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141

4242
- uses: r-lib/actions/setup-r@v2
4343
with:

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1919

2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222

2323
- uses: r-lib/actions/setup-r@v2
2424
with:

.github/workflows/touchstone-receive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
config: ${{ steps.read_touchstone_config.outputs.config }}
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)