diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index f8f6b21..3b0115a 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -33,7 +33,7 @@ jobs: php-version: ${{ matrix.php-versions }} - name: ♻️ Tools cache - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: tools/cache key: ${{ runner.os }}-tools-${{ matrix.php-versions }}-${{ github.sha }} @@ -54,7 +54,7 @@ jobs: run: composer phpstan -- --error-format=github - name: ♻️ Tests cache - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: tests/.phpunit.result.cache key: ${{ runner.os }}-tests-${{ github.sha }} @@ -62,7 +62,7 @@ jobs: ${{ runner.os }}-tests- - name: ♻️ Fixtures cache - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: .cache key: fixture-cache-${{ hashFiles('composer.lock') }} diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index d262c01..146dd02 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -61,7 +61,7 @@ jobs: create_site_page "./_site/$section/index.md" "$section" "$filepath" done - - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: docs-site path: ./_site @@ -79,7 +79,7 @@ jobs: - name: 📃 Generate PHP documentation run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 -d ./src -t ./_site/phpdoc - - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: docs-phpdoc path: ./_site @@ -95,7 +95,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: pattern: "docs-*" path: ./