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.
2 parents 0f1a9b2 + 753c1c7 commit 0a46744Copy full SHA for 0a46744
.github/workflows/Selenium-Action_Template.yaml
@@ -6,9 +6,9 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Checking out repo
9
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
10
- name: Setting up Python
11
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
12
with:
13
python-version: '3.9'
14
- name: Installing package list
0 commit comments