Skip to content

Commit c1440b0

Browse files
committed
Use actions/checkout@v4 in Github Actions
1 parent fdf3b81 commit c1440b0

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/workflows/static-analysis.yml

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

1414
steps:
15-
- uses: actions/checkout@v2
16-
15+
- uses: actions/checkout@v4
1716
- name: Install PHP
1817
uses: shivammathur/setup-php@v2
1918
with:

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

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

1414
steps:
15-
- uses: actions/checkout@v2
16-
15+
- uses: actions/checkout@v4
16+
1717
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.59-oxygen
1818

1919
- name: Validate composer.json and composer.lock

.github/workflows/webdriver-chrome.yml

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

1414
steps:
15-
- uses: actions/checkout@v2
16-
15+
- uses: actions/checkout@v4
16+
1717
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.59-oxygen
1818

1919
- name: Validate composer.json and composer.lock

.github/workflows/webdriver-firefox.yml

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

1414
steps:
15-
- uses: actions/checkout@v2
16-
15+
- uses: actions/checkout@v4
16+
1717
- run: docker run -d --net=host --shm-size=2g selenium/standalone-firefox:3.141.59-oxygen
1818

1919
- name: Validate composer.json and composer.lock

0 commit comments

Comments
 (0)