Skip to content

Commit 352ea17

Browse files
authored
Merge pull request #146 from ipb-halle/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents d9bbecb + 5d6240d commit 352ea17

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
@@ -58,7 +58,7 @@ jobs:
5858
5959
# Step 2: Checkout the repository
6060
- name: Checkout Repository
61-
uses: actions/checkout@v6
61+
uses: actions/checkout@v7
6262

6363
# Step 3: Setup R from r-lib
6464
- name: Setup R from r-lib

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permissions:
2525
contents: write
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)