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 | |
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')
-rw-r--r-- | .github/workflows/auto-approve-run.yml | 2 | ||||
-rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
-rw-r--r-- | .github/workflows/playwright.yml | 4 | ||||
-rw-r--r-- | .github/workflows/playwright_comment.yml | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/auto-approve-run.yml b/.github/workflows/auto-approve-run.yml index e57f8388..1eecfb88 100644 --- a/.github/workflows/auto-approve-run.yml +++ b/.github/workflows/auto-approve-run.yml @@ -14,7 +14,7 @@ jobs: if: github.actor == 'djahandarie' steps: - name: Download workflow artifact - uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d # v3.0.0 + uses: dawidd6/action-download-artifact@71072fbb1229e1317f1a8de6b04206afb461bd67 # v3.1.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: auto-approve.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8282632..862036dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: run: npm run build - name: Validate manifest.json of the extension - uses: cardinalby/schema-validator-action@76c68bfc941bd2dc82859f2528984999d1df36a4 # v3.1.0 + uses: cardinalby/schema-validator-action@2166123eb256fa40baef7e22ab1379708425efc7 # v3.1.1 with: file: ext/manifest.json schema: "https://json.schemastore.org/chrome-manifest.json" 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: 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 }} |