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 0fd4f4e + 0be4cb0 commit 788b5fcCopy full SHA for 788b5fc
.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@v3
+ uses: actions/checkout@v4
10
- name: Setting up Python
11
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
12
with:
13
python-version: '3.9'
14
- name: Installing package list
0 commit comments