diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5496ba0..d389cee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: steps: # Checkout (copy) this repository's Plugin to this VM. - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Install PHP version - name: Install PHP