Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 788b5fc

Browse files
authoredMay 27, 2025
Updated Workflow 🔧
Bumped version in workflow 🔧
2 parents 0fd4f4e + 0be4cb0 commit 788b5fc

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@v3
9+
uses: actions/checkout@v4
1010
- name: Setting up Python
11-
uses: actions/setup-python@v4
11+
uses: actions/setup-python@v5
1212
with:
1313
python-version: '3.9'
1414
- name: Installing package list

0 commit comments

Comments
 (0)
Please sign in to comment.