Skip to content

Commit 753c1c7

Browse files
authored
Bump versions to avoid Node 12 deprecation
Running using actions/checkout@v2, actions/setup-python@v2 gives the following deprecation warning: Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
1 parent 0f1a9b2 commit 753c1c7

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)