Skip to content

Commit 73b84a2

Browse files
dependabot[bot]aljawaid
authored andcommitted
Build(deps): 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 70f007b commit 73b84a2

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
@@ -47,7 +47,7 @@ jobs:
4747
# Checkout the code base #
4848
##########################
4949
- name: Checkout Code
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151
with:
5252
# Full git history is needed to get a proper
5353
# 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
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout Code
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: PHP Setup
2525
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
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout Code
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: PHP Setup
2525
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
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout Code
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: PHP Setup
2525
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)