diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index da68598..d8b1c81 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v2.4.0" + uses: "actions/checkout@v3" - name: "Setup PHP cache environment" id: "extcache" @@ -88,7 +88,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v2.4.0" + uses: "actions/checkout@v3" - name: "Setup PHP cache environment" id: "extcache" @@ -154,7 +154,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v2.4.0" + uses: "actions/checkout@v3" - name: "Setup PHP cache environment" id: "extcache" @@ -218,7 +218,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v2.4.0" + uses: "actions/checkout@v3" - name: "Setup PHP cache environment" id: "extcache"