Skip to content

Commit ffe06d5

Browse files
committed
Update GitHub Actions
1 parent 9112244 commit ffe06d5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
2323

2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7.0.1
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v6
27+
uses: actions/setup-python@v7
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
allow-prereleases: true
@@ -40,9 +40,9 @@ jobs:
4040
pip install flake8
4141
# Stop the build if there are flake8 issues
4242
flake8 . --count --show-source --statistics --exclude=temp
43-
- name: Install Chrome
44-
run: |
45-
sudo apt install google-chrome-stable
43+
#- name: Install Chrome
44+
# run: |
45+
# sudo apt install google-chrome-stable
4646
- name: Check the console scripts interface
4747
run: |
4848
seleniumbase

0 commit comments

Comments
 (0)