Skip to content

Commit 5b28285

Browse files
authored
Merge pull request #29 from atom-community/renovate/actions-checkout-3.x [skip ci]
2 parents 8a8c396 + c97ecfa commit 5b28285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
1919

@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout 🛎️
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v3
4646

4747
- name: Setup PNPM
4848
uses: pnpm/action-setup@master

0 commit comments

Comments
 (0)