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

Commit

Permalink
Merge pull request #8 from alexlafroscia/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-v2.3.4

chore(deps): bump actions/checkout from v1 to v2.3.4
  • Loading branch information
alexlafroscia committed Mar 16, 2021
2 parents 077fd87 + 3bf14be commit 67331b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: volta-cli/action@v1
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -30,7 +30,7 @@ jobs:
name: Test Broccoli Plugin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: volta-cli/action@v1
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 67331b5

Please sign in to comment.