Skip to content

Commit 7639936

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0 (#50)
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 643d53a commit 7639936

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github.prs.combine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
console.log('Combined: ' + combined);
9494
return combined
9595
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
96-
- uses: actions/checkout@v2.3.5
96+
- uses: actions/checkout@v2.4.0
9797
with:
9898
fetch-depth: 0
9999
token: ${{ secrets.GH_TOKEN_PLUSW }}

.github/workflows/node.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2.3.5
14+
- uses: actions/checkout@v2.4.0
1515
- name: Use Node.js 14.x
1616
uses: actions/setup-node@v2.4.1
1717
with:

.github/workflows/pages.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2.3.5
11+
uses: actions/checkout@v2.4.0
1212

1313
- name: vuepress-deploy
1414
uses: jenkey2011/vuepress-deploy@master

0 commit comments

Comments
 (0)