Skip to content

Commit 6ad06e1

Browse files
authored
Merge pull request #5 from OuhscBbmc/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a34f5c9 + e91a995 commit 6ad06e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# - os: windows-latest
3535

3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838

3939
- uses: r-lib/actions/setup-pandoc@v2
4040

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- uses: r-lib/actions/setup-r@v2
1818

0 commit comments

Comments
 (0)