Skip to content

Commit e789d3e

Browse files
build(deps-dev): bump actions/checkout from 2.3.5 to 2.4.0 (#1130)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30fa28b commit e789d3e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v2.3.5
25+
- uses: actions/checkout@v2.4.0
2626
- uses: actions/[email protected]
2727
with:
2828
node-version: 16.x
@@ -36,7 +36,7 @@ jobs:
3636
needs: prepare-yarn-cache
3737

3838
steps:
39-
- uses: actions/checkout@v2.3.5
39+
- uses: actions/checkout@v2.4.0
4040
- uses: actions/[email protected]
4141
with:
4242
node-version: 16.x
@@ -65,7 +65,7 @@ jobs:
6565
git config --global core.autocrlf false
6666
git config --global core.symlinks true
6767
if: runner.os == 'Windows'
68-
- uses: actions/checkout@v2.3.5
68+
- uses: actions/checkout@v2.4.0
6969
- name: Use Node.js ${{ matrix.node-version }}
7070
uses: actions/[email protected]
7171
with:

.github/workflows/doc-generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout 🛎️
17-
uses: actions/checkout@v2.3.5 # If you're using actions/checkout@v2.3.5 you must set persist-credentials to false in most cases for the deployment to work correctly.
17+
uses: actions/checkout@v2.4.0 # If you're using actions/checkout@v2.4.0 you must set persist-credentials to false in most cases for the deployment to work correctly.
1818
with:
1919
persist-credentials: false
2020

@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout 🛎️
32-
uses: actions/checkout@v2.3.5 # If you're using actions/checkout@v2.3.5 you must set persist-credentials to false in most cases for the deployment to work correctly.
32+
uses: actions/checkout@v2.4.0 # If you're using actions/checkout@v2.4.0 you must set persist-credentials to false in most cases for the deployment to work correctly.
3333
with:
3434
persist-credentials: false
3535

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# it
4444
- name: Checkout code
4545
# https://github.com/marketplace/actions/checkout
46-
uses: actions/checkout@v2.3.5
46+
uses: actions/checkout@v2.4.0
4747
# Runs a single command using the runners shell
4848
- name: Create release for tag
4949
uses: actions/create-release@latest

0 commit comments

Comments
 (0)