Skip to content

Commit b012ecf

Browse files
dependabot[bot]aljawaid
authored andcommitted
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2aeab41 commit b012ecf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Checkout the code base #
4949
##########################
5050
- name: Checkout Code
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252
with:
5353
# Full git history is needed to get a proper
5454
# list of changed files within `super-linter`

Diff for: .github/workflows/php-compatibility-7.4.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout Code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828

2929
- name: PHP Setup
3030
uses: shivammathur/setup-php@v2

Diff for: .github/workflows/php-compatibility-8.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout Code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828

2929
- name: PHP Setup
3030
uses: shivammathur/setup-php@v2

Diff for: .github/workflows/php-compatibility-8.2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout Code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828

2929
- name: PHP Setup
3030
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)