diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 155a178..9ee9e17 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -55,7 +55,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