Skip to content

Commit 0a46744

Browse files
authored
Bumped versions to avoid Node 12 deprecation 📥
2 parents 0f1a9b2 + 753c1c7 commit 0a46744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Selenium-Action_Template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checking out repo
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v3
1010
- name: Setting up Python
11-
uses: actions/setup-python@v2
11+
uses: actions/setup-python@v4
1212
with:
1313
python-version: '3.9'
1414
- name: Installing package list

0 commit comments

Comments
 (0)