Skip to content

Commit

Permalink
Bump actions/checkout from v1 to v2.3.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.3.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v1...28c7f3d)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 2, 2020
1 parent 4b17975 commit 6fc91f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
REACT_APP_SKIP_INPUT: false

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.1
- name: Fetch Cypress deps
run: sudo apt-get install libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
- name: Build enviroment
Expand Down

0 comments on commit 6fc91f6

Please sign in to comment.