Skip to content

Commit 9d3de3d

Browse files
authored
Merge pull request #28 from brownag/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents 23078af + 96572fa commit 9d3de3d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
R_RGEEDIM_PYTHON_ENVNAME: "r-rgeedim"
4848

4949
steps:
50-
- uses: actions/checkout@v6
50+
- uses: actions/checkout@v7
5151

5252
- uses: r-lib/actions/setup-r@v2
5353
with:

.github/workflows/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
R_RGEEDIM_PYTHON_ENVNAME: "r-rgeedim"
3030

3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333

3434
- uses: r-lib/actions/setup-pandoc@v2
3535

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GCP_SA_EMAIL: ${{ secrets.GCP_SA_EMAIL }}
2323

2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626

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

0 commit comments

Comments
 (0)