Skip to content

Commit 63e7989

Browse files
authored
Bump actions/checkout from v2 to v3 (#1030)
1 parent 25a92f4 commit 63e7989

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v2
2020
with:

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
2121
uses: actions/setup-node@v2
2222
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: write
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
- name: Get package version
2727
id: get_version
2828
uses: daschaa/package-version@v1.1.0

0 commit comments

Comments
 (0)