Skip to content

Commit 3c3d2cd

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0 (#54)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdde2d3 commit 3c3d2cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
browsers:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2.3.5
18+
- uses: actions/checkout@v2.4.0
1919
- uses: actions/setup-node@v2.4.1
2020
- name: Install Dependencies
2121
run: npm install
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
node-version: [10, 11, 12, 13, 14, 15, 16]
3030
steps:
31-
- uses: actions/checkout@v2.3.5
31+
- uses: actions/checkout@v2.4.0
3232
- name: Use Node.js ${{ matrix.node-version }}
3333
uses: actions/setup-node@v2.4.1
3434
with:
@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
node-version: [6, 8]
4646
steps:
47-
- uses: actions/checkout@v2.3.5
47+
- uses: actions/checkout@v2.4.0
4848
- name: Use Node.js ${{ matrix.node-version }}
4949
uses: actions/setup-node@v2.4.1
5050
with:

0 commit comments

Comments
 (0)