diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea40148..200d5dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: name: PHP ${{ matrix.php }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache @@ -45,7 +45,7 @@ jobs: name: Code Style steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get composer cache directory id: composer-cache