Skip to content

Commit b739035

Browse files
Merge pull request #509 from lorenzwalthert/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 71ec536 + b22ae91 commit b739035

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
PRECOMMIT_INSTALLATION_METHOD: ${{ matrix.config.installation_method }}
4444

4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747

4848
- uses: r-lib/actions/setup-r@v2
4949
with:

.github/workflows/end-to-end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

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

18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Query dependencies
2121
run: |

.github/workflows/hook-dependencies-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
env:
1212
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- uses: r-lib/actions/setup-r@v2
1717
with:

.github/workflows/hook-tests-legacy.yml

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

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- uses: r-lib/actions/setup-r@v2
2828
with:
2929
r-version: ${{ matrix.config.r }}

.github/workflows/hook-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- uses: r-lib/actions/setup-pandoc@v2
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- uses: r-lib/actions/setup-r@v2
2929
with:
3030
r-version: ${{ matrix.config.r }}

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- uses: r-lib/actions/setup-pandoc@v2
2626

0 commit comments

Comments
 (0)