From 266f36dacba7cd2a0d833acf7b88fcc344a0e156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 01:01:41 +0000 Subject: [PATCH] Bump the minor group with 2 updates Bumps the minor group with 2 updates: [robinraju/release-downloader](https://github.com/robinraju/release-downloader) and [cardinalby/google-api-fetch-token-action](https://github.com/cardinalby/google-api-fetch-token-action). Updates `robinraju/release-downloader` from 1.9 to 1.10 - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](https://github.com/robinraju/release-downloader/compare/368754b9c6f47c345fcfbf42bcb577c2f0f5f395...c39a3b234af58f0cf85888573d361fb6fa281534) Updates `cardinalby/google-api-fetch-token-action` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/cardinalby/google-api-fetch-token-action/releases) - [Commits](https://github.com/cardinalby/google-api-fetch-token-action/compare/24c99245e2a2494cc4c4b1037203d319a184b15b...f455422472a558d48d939e77a65cdcec38e707b5) --- updated-dependencies: - dependency-name: robinraju/release-downloader dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: cardinalby/google-api-fetch-token-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-chrome-development.yml | 4 ++-- .github/workflows/publish-chrome.yml | 4 ++-- .github/workflows/publish-firefox-development.yml | 2 +- .github/workflows/publish-firefox.yml | 2 +- .github/workflows/touch-google-refresh-token.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-chrome-development.yml b/.github/workflows/publish-chrome-development.yml index c006fff235..cd2211ca16 100644 --- a/.github/workflows/publish-chrome-development.yml +++ b/.github/workflows/publish-chrome-development.yml @@ -38,14 +38,14 @@ jobs: return attempt < max ? attempt + 1 : ''; } - - uses: robinraju/release-downloader@368754b9c6f47c345fcfbf42bcb577c2f0f5f395 # pin@v1.9 + - uses: robinraju/release-downloader@c39a3b234af58f0cf85888573d361fb6fa281534 # pin@v1.10 with: tag: ${{ github.ref_name }} fileName: "*" - name: Fetch Google API access token id: fetchAccessToken - uses: cardinalby/google-api-fetch-token-action@24c99245e2a2494cc4c4b1037203d319a184b15b # pin@v1.0.3 + uses: cardinalby/google-api-fetch-token-action@f455422472a558d48d939e77a65cdcec38e707b5 # pin@v1.0.4 with: clientId: ${{ secrets.G_CLIENT_ID }} clientSecret: ${{ secrets.G_CLIENT_SECRET }} diff --git a/.github/workflows/publish-chrome.yml b/.github/workflows/publish-chrome.yml index 397ef676da..aaceead89d 100644 --- a/.github/workflows/publish-chrome.yml +++ b/.github/workflows/publish-chrome.yml @@ -38,14 +38,14 @@ jobs: return attempt < max ? attempt + 1 : ''; } - - uses: robinraju/release-downloader@368754b9c6f47c345fcfbf42bcb577c2f0f5f395 # pin@v1.9 + - uses: robinraju/release-downloader@c39a3b234af58f0cf85888573d361fb6fa281534 # pin@v1.10 with: tag: ${{ github.ref_name }} fileName: "*" - name: Fetch Google API access token id: fetchAccessToken - uses: cardinalby/google-api-fetch-token-action@24c99245e2a2494cc4c4b1037203d319a184b15b # pin@v1.0.3 + uses: cardinalby/google-api-fetch-token-action@f455422472a558d48d939e77a65cdcec38e707b5 # pin@v1.0.4 with: clientId: ${{ secrets.G_CLIENT_ID }} clientSecret: ${{ secrets.G_CLIENT_SECRET }} diff --git a/.github/workflows/publish-firefox-development.yml b/.github/workflows/publish-firefox-development.yml index 801e719552..e925d54fd1 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@368754b9c6f47c345fcfbf42bcb577c2f0f5f395 # pin@v1.9 + - uses: robinraju/release-downloader@c39a3b234af58f0cf85888573d361fb6fa281534 # pin@v1.10 with: tag: ${{ github.ref_name }} fileName: "*" diff --git a/.github/workflows/publish-firefox.yml b/.github/workflows/publish-firefox.yml index 06fb6223bc..12b7482e74 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@368754b9c6f47c345fcfbf42bcb577c2f0f5f395 # pin@v1.9 + - uses: robinraju/release-downloader@c39a3b234af58f0cf85888573d361fb6fa281534 # pin@v1.10 with: tag: ${{ github.ref_name }} fileName: "*" diff --git a/.github/workflows/touch-google-refresh-token.yml b/.github/workflows/touch-google-refresh-token.yml index 9c4e2ec9bc..03b407513b 100644 --- a/.github/workflows/touch-google-refresh-token.yml +++ b/.github/workflows/touch-google-refresh-token.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest environment: cd steps: - - uses: cardinalby/google-api-fetch-token-action@24c99245e2a2494cc4c4b1037203d319a184b15b # pin@v1.0.3 + - uses: cardinalby/google-api-fetch-token-action@f455422472a558d48d939e77a65cdcec38e707b5 # pin@v1.0.4 with: clientId: ${{ secrets.G_CLIENT_ID }} clientSecret: ${{ secrets.G_CLIENT_SECRET }}