Skip to content

Commit 5f5b2e8

Browse files
authored
Merge pull request #635 from haskell/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 7a1ed30 + 19ba704 commit 5f5b2e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish-extension:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
1313
node-version: 17

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:

0 commit comments

Comments
 (0)