Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
Bump actions/checkout from v1 to v2.3.4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v1...5a4ac90)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 12, 2021
1 parent 628b83d commit c9a1f7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Pre Release
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4

- uses: actions/setup-node@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Test for with parameter
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4

- name: Install dependencies
run: yarn install
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
name: Test for getting image name from enviroment variable
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4

- name: Install dependencies
run: yarn install
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
name: Test not to create issue
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test with jest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4

- uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit c9a1f7f

Please sign in to comment.