Skip to content

Commit 19f705e

Browse files
chore(deps): bump actions/checkout from 1 to 3 (#3715)
1 parent 59ad77e commit 19f705e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out the repo
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818

1919
- name: Push to Docker Hub
2020
uses: docker/build-push-action@v4 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags

.github/workflows/webdriver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.0
26-
- uses: actions/checkout@v1
26+
- uses: actions/checkout@v3
2727
- name: Use Node.js ${{ matrix.node-version }}
2828
uses: actions/setup-node@v3
2929
with:

0 commit comments

Comments
 (0)