From eea059388893adf728c8d8418042f4a77ed3adaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:45:58 +0900 Subject: Bump the minor group with 3 updates (#751) Bumps the minor group with 3 updates: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact), [cardinalby/schema-validator-action](https://github.com/cardinalby/schema-validator-action) and [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action). Updates `dawidd6/action-download-artifact` from 3.0.0 to 3.1.2 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/e7466d1a7587ed14867642c2ca74b5bcc1e19a2d...71072fbb1229e1317f1a8de6b04206afb461bd67) Updates `cardinalby/schema-validator-action` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/cardinalby/schema-validator-action/releases) - [Commits](https://github.com/cardinalby/schema-validator-action/compare/76c68bfc941bd2dc82859f2528984999d1df36a4...2166123eb256fa40baef7e22ab1379708425efc7) Updates `awalsh128/cache-apt-pkgs-action` from 1.3.1 to 1.4.1 - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/44c33b32f808cdddd5ac0366d70595ed63661ed8...2555a377dfb0ca4763693499998da808e8d5afa0) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: cardinalby/schema-validator-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: awalsh128/cache-apt-pkgs-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/playwright_comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/playwright_comment.yml') diff --git a/.github/workflows/playwright_comment.yml b/.github/workflows/playwright_comment.yml index 8ca33c28..a2354d98 100644 --- a/.github/workflows/playwright_comment.yml +++ b/.github/workflows/playwright_comment.yml @@ -16,7 +16,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - name: Grab playwright-output from PR run - uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d # pin@v2 + uses: dawidd6/action-download-artifact@71072fbb1229e1317f1a8de6b04206afb461bd67 # pin@v2 continue-on-error: true with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -24,7 +24,7 @@ jobs: name: playwright-output - name: Grab master-screenshots-outcome from PR run - uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d # pin@v2 + uses: dawidd6/action-download-artifact@71072fbb1229e1317f1a8de6b04206afb461bd67 # pin@v2 continue-on-error: true with: github_token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3