mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
e2e workflow: pin & update version of actions
This commit is contained in:
parent
d9b8701470
commit
f51b26ae7a
1 changed files with 4 additions and 4 deletions
8
.github/workflows/e2e.yml
vendored
8
.github/workflows/e2e.yml
vendored
|
@ -27,14 +27,14 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
|
||||
- uses: actions/cache@v2
|
||||
id: yarn-cache
|
||||
- name: Setup cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
|
@ -77,7 +77,7 @@ jobs:
|
|||
run: firefox --version
|
||||
|
||||
- name: Build and test (Firefox)
|
||||
uses: nick-invision/retry@v1
|
||||
uses: nick-fields/retry@v2
|
||||
if: matrix.browser != 'chrome'
|
||||
env:
|
||||
HEADLESS: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue