Skip to content

Commit

Permalink
Bump actions/checkout from v1 to v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 19, 2020
1 parent 70c9348 commit 166fbc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
package: ["emmet-core"]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.3

- uses: actions/setup-python@v1
with:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- deploy

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.3

- uses: actions/setup-python@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
package: ["emmet-core"]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.3

- name: Set up Python 3.7
uses: actions/setup-python@v1
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
package: ["emmet-core"]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.3

- name: Set up Python 3.7
uses: actions/setup-python@v1
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.3

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

0 comments on commit 166fbc8

Please sign in to comment.