Skip to content

Commit 915a9cf

Browse files
authored
Merge pull request #109 from jdevalk/dependabot/github_actions/actions/checkout-4
GH Actions: Bump actions/checkout from 3 to 4
2 parents 219b9d8 + c3fc9c3 commit 915a9cf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Install PHP
2828
uses: shivammathur/setup-php@v2

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
# The ubuntu images come with Node, npm and yarn pre-installed.
3232
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout code
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636

3737
- name: Install PHP
3838
uses: shivammathur/setup-php@v2

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
# This action checks the `composer.lock` file against known security vulnerabilities in the dependencies.
3232
# https://github.com/marketplace/actions/the-php-security-checker

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Checkout code
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v4
6464

6565
- name: Install PHP
6666
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)