Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 082064f

Browse files
authored
Merge pull request #453 from scalameta/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 998e8c6 + e74d900 commit 082064f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
3131

3232
- name: Checkout
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v3
3434

3535
- name: Build Check
3636
run: yarn install
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v3
4444

4545
- name: Setup Node.js
4646
uses: actions/setup-node@v3

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
2525

2626
- name: Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828

2929
- name: Get the tag version
3030
id: get_version

0 commit comments

Comments
 (0)