Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 1ea07d4

Browse files
authoredJul 21, 2020
Update actions/checkout requirement to v2.3.1
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fcec84 commit 1ea07d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# - 636:636
2323

2424
steps:
25-
- uses: actions/checkout@v1
25+
- uses: actions/checkout@v2.3.1
2626
- uses: actions/setup-node@v1
2727

2828
# Hack way to start service since GitHub doesn't integrate with its own services

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Lint Check
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v2.3.1
1515
- uses: actions/setup-node@v1
1616
- name: Install Packages
1717
run: npm install
@@ -32,7 +32,7 @@ jobs:
3232
- 14.x
3333
runs-on: ${{ matrix.os }}
3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v2.3.1
3636
- uses: actions/setup-node@v1
3737
with:
3838
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)
This repository has been archived.