Skip to content

Commit eb37641

Browse files
chore: update actions in Python Selenium CI workflow to latest versions for improved performance and compatibility
1 parent c77b113 commit eb37641

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-selenium-ci-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout code
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949

5050
- name: Setup Chrome and ChromeDriver
5151
uses: nanasess/setup-chromedriver@v2
@@ -58,7 +58,7 @@ jobs:
5858
echo "DISPLAY=:99" >> $GITHUB_ENV
5959
6060
- name: Set up Node.js
61-
uses: actions/setup-node@v3
61+
uses: actions/setup-node@v4
6262
with:
6363
node-version: '18'
6464
cache: 'npm'
@@ -82,7 +82,7 @@ jobs:
8282
sleep 10
8383
8484
- name: Set up Python
85-
uses: actions/setup-python@v4
85+
uses: actions/setup-python@v5
8686
with:
8787
python-version: '3.12'
8888
cache: 'pip'

0 commit comments

Comments
 (0)