Skip to content

Commit 345fa22

Browse files
stofrobocoder
authored andcommitted
Update the CI setup
1 parent 2ae0a66 commit 345fa22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
Mink:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
1515
selenium: [ '3.141.59' ]
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v5
2525

2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)