Skip to content

Commit b5d0bbb

Browse files
chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#49)
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 de7f8f7 commit b5d0bbb

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
@@ -14,7 +14,7 @@ jobs:
1414
version_and_release:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2.3.5
17+
- uses: actions/checkout@v2.4.0
1818
with:
1919
# fetch full history so things like auto-changelog work properly
2020
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [14]
1616

1717
steps:
18-
- uses: actions/checkout@v2.3.5
18+
- uses: actions/checkout@v2.4.0
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v2.4.1
2121
with:

0 commit comments

Comments
 (0)