diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ea479f..d4d395a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: extensions: openssl tools: phpunit:4.8 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -45,7 +45,7 @@ jobs: extensions: openssl tools: phpunit:6.5 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -72,7 +72,7 @@ jobs: extensions: openssl tools: phpunit:8.5 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -99,7 +99,7 @@ jobs: extensions: openssl tools: phpunit/phpunit:9.5 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0