diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-03 13:45:58 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 04:45:58 +0000 |
commit | eea059388893adf728c8d8418042f4a77ed3adaa (patch) | |
tree | 2010f5323fef966279a0b7882381bb13c3268270 /.github/workflows/playwright.yml | |
parent | 18b7c6a8840dab21d2ff9515d29b5afd303ac3b8 (diff) |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/playwright.yml')
-rw-r--r-- | .github/workflows/playwright.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1c2ba306..fa0ec62a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Install CJK fonts - uses: awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1 + uses: awalsh128/cache-apt-pkgs-action@2555a377dfb0ca4763693499998da808e8d5afa0 # v1.4.1 with: packages: fonts-ipafont-mincho execute_install_scripts: true @@ -52,7 +52,7 @@ jobs: path: dictionaries - name: Grab latest screenshots from master branch - uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d # pin@v2 + uses: dawidd6/action-download-artifact@71072fbb1229e1317f1a8de6b04206afb461bd67 # pin@v2 continue-on-error: true id: master-screenshots with: |