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

Commit

Permalink
Merge pull request #4 from dataswift/dependabot/github_actions/main/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-v2.3.4

Bump actions/checkout from v1 to v2.3.4
  • Loading branch information
pperzyna committed Mar 12, 2021
2 parents 72be81a + c9a1f7f commit 03afe59
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 03afe59

Please sign in to comment.