We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ad77e commit 19f705eCopy full SHA for 19f705e
.github/workflows/docker.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Check out the repo
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
19
- name: Push to Docker Hub
20
uses: docker/build-push-action@v4 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
.github/workflows/webdriver.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.0
26
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
27
- name: Use Node.js ${{ matrix.node-version }}
28
uses: actions/setup-node@v3
29
with:
0 commit comments