Skip to content

Commit e3e43a6

Browse files
Merge pull request #1098 from r-lib/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 62a9bca + 5c345c5 commit e3e43a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: styfle/[email protected]
2222
with:
2323
access_token: ${{ github.token }}
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
with:
2626
fetch-depth: 0
2727
- name: Install system dependencies

.github/workflows/touchstone-receive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
config: ${{ steps.read_touchstone_config.outputs.config }}
2525
steps:
2626
- name: Checkout repo
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828
with:
2929
fetch-depth: 0
3030

0 commit comments

Comments
 (0)