e2e workflow: pin & update version of actions

This commit is contained in:
Pascal Jufer 2023-01-15 19:26:38 +01:00
parent d9b8701470
commit f51b26ae7a

View file

@ -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