Skip to content

Commit 0a0d83c

Browse files
dependabot[bot]aljawaid
authored andcommitted
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d4af67 commit 0a0d83c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
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@v6
51+
uses: actions/checkout@v7
5252
with:
5353
# Full git history is needed to get a proper
5454
# list of changed files within `super-linter`

.github/workflows/php-compatibility-7.4.yaml

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

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

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

.github/workflows/php-compatibility-8.0.yaml

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

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

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

.github/workflows/php-compatibility-8.2.yaml

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

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

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

0 commit comments

Comments
 (0)