Skip to content

Commit

Permalink
Merge pull request #152 from webmachinelearning/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-v2.3.4

Bump actions/checkout from v2.3.1 to v2.3.4
  • Loading branch information
huningxin committed Mar 19, 2021
2 parents 01c9db3 + 7d7a4f9 commit 8a564a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -6,6 +6,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v2.3.4
- run: touch index.bs
- run: make online=1
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.3.4

- name: Build
run: |
Expand Down

0 comments on commit 8a564a1

Please sign in to comment.