Skip to content

Commit

Permalink
Merge pull request backstage#277 from inductor/feature/use_gha_checko…
Browse files Browse the repository at this point in the history
…ut_v2

Use GHA checkout v2 for faster fetch
  • Loading branch information
freben authored Mar 17, 2020
2 parents 0cd6fcc + 086282a commit 8d1e98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit 8d1e98f

Please sign in to comment.