diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-02 00:09:31 +0900 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 15:09:31 +0000 | 
| commit | 711520e9a04096dba3adb1f09c0865eda5fb587c (patch) | |
| tree | 40d0504febdbef79158ee3bfc488b8b26e84bfb0 | |
| parent | 5ccb93b9ac6feb8b78a6b91e01c06126409eab53 (diff) | |
Bump the minor group with 3 updates (#602)
Bumps the minor group with 3 updates: [juliangruber/read-file-action](https://github.com/juliangruber/read-file-action), [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) and [robinraju/release-downloader](https://github.com/robinraju/release-downloader).
Updates `juliangruber/read-file-action` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/juliangruber/read-file-action/releases)
- [Commits](https://github.com/juliangruber/read-file-action/compare/02bbba9876a8f870efd4ad64e3b9088d3fb94d4b...b549046febe0fe86f8cb4f93c24e284433f9ab58)
Updates `lycheeverse/lychee-action` from 1.8.0 to 1.9.3
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](https://github.com/lycheeverse/lychee-action/compare/ec3ed119d4f44ad2673a7232460dc7dff59d2421...c053181aa0c3d17606addfe97a9075a32723548a)
Updates `robinraju/release-downloader` from 1.8 to 1.9
- [Release notes](https://github.com/robinraju/release-downloader/releases)
- [Commits](https://github.com/robinraju/release-downloader/compare/efa4cd07bd0195e6cc65e9e30c251b49ce4d3e51...368754b9c6f47c345fcfbf42bcb577c2f0f5f395)
---
updated-dependencies:
- dependency-name: juliangruber/read-file-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: lycheeverse/lychee-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: robinraju/release-downloader
  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>
| -rw-r--r-- | .github/workflows/auto-approve-run.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/broken-links.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/publish-chrome-development.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/publish-chrome.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/publish-firefox-development.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/publish-firefox.yml | 2 | 
6 files changed, 6 insertions, 6 deletions
| diff --git a/.github/workflows/auto-approve-run.yml b/.github/workflows/auto-approve-run.yml index b5296f79..b219a7ce 100644 --- a/.github/workflows/auto-approve-run.yml +++ b/.github/workflows/auto-approve-run.yml @@ -21,7 +21,7 @@ jobs:              run_id: ${{ github.event.workflow_run.id }}        - name: Read the pr_num file          id: pr_num_reader -        uses: juliangruber/read-file-action@02bbba9876a8f870efd4ad64e3b9088d3fb94d4b # v1.1.6 +        uses: juliangruber/read-file-action@b549046febe0fe86f8cb4f93c24e284433f9ab58 # v1.1.7          with:              path: ./pr_num/pr_num.txt        - uses: hmarr/auto-approve-action@44888193675f29a83e04faf4002fa8c0b537b1e4 # v3.2.1 diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 1234c9d3..4cea3b06 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -21,7 +21,7 @@ jobs:          run: npm ci        - name: Build Legal          run: npm run license-report -      - uses: lycheeverse/lychee-action@ec3ed119d4f44ad2673a7232460dc7dff59d2421 +      - uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a          with:            fail: true            jobSummary: false diff --git a/.github/workflows/publish-chrome-development.yml b/.github/workflows/publish-chrome-development.yml index 7addfc99..3b580e3d 100644 --- a/.github/workflows/publish-chrome-development.yml +++ b/.github/workflows/publish-chrome-development.yml @@ -38,7 +38,7 @@ jobs:                return attempt < max ? attempt + 1 : '';              } -      - uses: robinraju/release-downloader@efa4cd07bd0195e6cc65e9e30c251b49ce4d3e51 # pin@v1.8 +      - uses: robinraju/release-downloader@368754b9c6f47c345fcfbf42bcb577c2f0f5f395 # pin@v1.9          with:            tag: ${{ github.ref_name }}            fileName: "*" diff --git a/.github/workflows/publish-chrome.yml b/.github/workflows/publish-chrome.yml index 04d3bc15..3dc37039 100644 --- a/.github/workflows/publish-chrome.yml +++ b/.github/workflows/publish-chrome.yml @@ -38,7 +38,7 @@ jobs:                return attempt < max ? attempt + 1 : '';              } -      - uses: robinraju/release-downloader@efa4cd07bd0195e6cc65e9e30c251b49ce4d3e51 # pin@v1.8 +      - uses: robinraju/release-downloader@368754b9c6f47c345fcfbf42bcb577c2f0f5f395 # pin@v1.9          with:            tag: ${{ github.ref_name }}            fileName: "*" diff --git a/.github/workflows/publish-firefox-development.yml b/.github/workflows/publish-firefox-development.yml index 1181277a..c92b9d24 100644 --- a/.github/workflows/publish-firefox-development.yml +++ b/.github/workflows/publish-firefox-development.yml @@ -20,7 +20,7 @@ jobs:      outputs:        hashes: ${{ steps.hash.outputs.hashes }}      steps: -      - uses: robinraju/release-downloader@efa4cd07bd0195e6cc65e9e30c251b49ce4d3e51 # pin@v1.8 +      - uses: robinraju/release-downloader@368754b9c6f47c345fcfbf42bcb577c2f0f5f395 # pin@v1.9          with:            tag: ${{ github.ref_name }}            fileName: "*" diff --git a/.github/workflows/publish-firefox.yml b/.github/workflows/publish-firefox.yml index 424ae8c1..f6499d01 100644 --- a/.github/workflows/publish-firefox.yml +++ b/.github/workflows/publish-firefox.yml @@ -8,7 +8,7 @@ jobs:      runs-on: ubuntu-latest      environment: cd      steps: -      - uses: robinraju/release-downloader@efa4cd07bd0195e6cc65e9e30c251b49ce4d3e51 # pin@v1.8 +      - uses: robinraju/release-downloader@368754b9c6f47c345fcfbf42bcb577c2f0f5f395 # pin@v1.9          with:            tag: ${{ github.ref_name }}            fileName: "*" |