Skip to content

Commit 5524ba6

Browse files
committed
Use actions/checkout@v4 in Github Actions
1 parent 5fe30e1 commit 5524ba6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@v3
15+
- uses: actions/checkout@v4
1616

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

.github/workflows/webdriver-chrome-headless.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@v3
15+
- uses: actions/checkout@v4
1616

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

.github/workflows/webdriver-chrome.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@v3
15+
- uses: actions/checkout@v4
1616

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

.github/workflows/webdriver-firefox.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@v3
15+
- uses: actions/checkout@v4
1616

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

0 commit comments

Comments
 (0)