Skip to content

Commit

Permalink
Bump actions/checkout from v2.3.3 to v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 19, 2020
1 parent 90a31c6 commit 470df6e
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@v2.3.3
- uses: actions/checkout@v2.3.4

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

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

- uses: actions/setup-python@v2.1.4
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@v2.3.3
- uses: actions/checkout@v2.3.4

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

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

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

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

- uses: actions/setup-python@v2.1.4
with:
Expand Down

0 comments on commit 470df6e

Please sign in to comment.