chore(deps): ⬆️ bump actions/checkout action to v4 (#3147)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-27 09:14:35 -05:00
committed by GitHub
parent b123a6bf58
commit 3c366a8f3d
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Checkout the project
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

View File

@@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout the project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup the Node ${{ matrix.node }} environment on ${{ runner.os }}
uses: actions/setup-node@v3
@@ -57,7 +57,7 @@ jobs:
steps:
- name: Checkout the project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup the PHP ${{ matrix.php }} environment on ${{ runner.os }}
uses: shivammathur/setup-php@v2