Skip to content

Commit 275bb4d

Browse files
authored
Bump CI dependencies (#143)
1 parent 67f52d6 commit 275bb4d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- name: Install PHP
1818
uses: shivammathur/setup-php@v2

.github/workflows/webdriver-chrome-headless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.59-oxygen
1818

@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Cache Composer packages
2323
id: composer-cache
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: vendor
2727
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/webdriver-chrome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.59-oxygen
1818

@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Cache Composer packages
2323
id: composer-cache
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: vendor
2727
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/webdriver-firefox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- run: docker run -d --net=host --shm-size=2g selenium/standalone-firefox:3.141.59-oxygen
1818

@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Cache Composer packages
2323
id: composer-cache
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: vendor
2727
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)