Skip to content

Commit 5240b83

Browse files
committed
Updated chrome version to 113
1 parent 06c411b commit 5240b83

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,14 @@ jobs:
249249
steps:
250250
- uses: actions/checkout@v2
251251

252-
- name: Install Chrome 115
252+
- name: Install Chrome
253253
shell: bash
254254
run: |
255+
CHROME_VERSION="113.0.5672.126"
255256
apt update
256257
apt install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb wget
257-
wget https://www.slimjet.com/chrome/download-chrome.php?file=files%2F115.0.5790.102%2Fgoogle-chrome-stable_current_amd64.deb -O /tmp/chrome115.deb
258-
apt install -y /tmp/chrome115.deb
258+
wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}-1_amd64.deb -O /tmp/chrome.deb
259+
apt install -y /tmp/chrome.deb
259260
260261
- name: Copy code
261262
shell: bash
@@ -331,13 +332,14 @@ jobs:
331332
steps:
332333
- uses: actions/checkout@v2
333334

334-
- name: Install Chrome 115
335+
- name: Install Chrome
335336
shell: bash
336337
run: |
338+
CHROME_VERSION="113.0.5672.126"
337339
apt update
338340
apt install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb wget
339-
wget https://www.slimjet.com/chrome/download-chrome.php?file=files%2F115.0.5790.102%2Fgoogle-chrome-stable_current_amd64.deb -O /tmp/chrome115.deb
340-
apt install -y /tmp/chrome115.deb
341+
wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}-1_amd64.deb -O /tmp/chrome.deb
342+
apt install -y /tmp/chrome.deb
341343
342344
- name: Copy code
343345
shell: bash

0 commit comments

Comments
 (0)