Skip to content

Commit 1647182

Browse files
Merge pull request #42 from remarkjs/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents 5b21d53 + 69a94b5 commit 1647182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-page.yml

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

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
persist-credentials: false
1616

.github/workflows/main.yml

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

2020
steps:
2121
- name: Begin CI...
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323

2424
- name: Use Node
2525
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)