diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2a5bf44f..6c4af04e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -30,7 +30,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v6" - name: "Setup PHP cache environment" id: "extcache" @@ -107,7 +107,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v6" - name: "Setup PHP cache environment" id: "extcache" @@ -182,7 +182,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v6" - name: "Setup PHP cache environment" id: "extcache"