diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 6db4c73..ddb889a 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -25,7 +25,7 @@ jobs: php-version: ${{ matrix.php-versions }} - name: ♻️ Tools cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: tools/cache key: ${{ runner.os }}-tools-${{ matrix.php-versions }}-${{ github.sha }} @@ -46,7 +46,7 @@ jobs: run: composer phpstan -- --error-format=github - name: ♻️ Tests cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: tests/.phpunit.result.cache key: ${{ runner.os }}-tests-${{ github.sha }} @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-tests- - name: ♻️ Fixtures cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: .cache key: fixture-cache-${{ hashFiles('composer.lock') }} diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 6bf8e5f..535ae62 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -86,7 +86,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: pattern: "docs-*" path: ./