Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf21fcbd

Browse files
ci: bump the github-actions group across 1 directory with 5 updates (#16803)
Bumps the github-actions group with 5 updates in the / directory:| Package | From | To || --- | --- | --- || [actions/cache](https://github.com/actions/cache) | `4.2.1` | `4.2.2`|| [crate-ci/typos](https://github.com/crate-ci/typos) | `1.29.9` |`1.29.10` ||[actions/download-artifact](https://github.com/actions/download-artifact)| `4.1.8` | `4.1.9` ||[google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials)| `2.3.1` | `2.3.3` ||[docker/setup-buildx-action](https://github.com/docker/setup-buildx-action)| `3.9.0` | `3.10.0` |Updates `actions/cache` from 4.2.1 to 4.2.2<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/actions/cache/releases">actions/cache'sreleases</a>.</em></p><blockquote><h2>v4.2.2</h2><h2>What's Changed</h2><blockquote><p>[!IMPORTANT]As a reminder, there were important backend changes to release v4.2.0,see <a href="https://github.com/actions/cache/releases/tag/v4.2.0">thoserelease notes</a> and <ahref="https://github.com/actions/cache/discussions/1510">theannouncement</a> for more details.</p></blockquote><ul><li>Bump <code>@​actions/cache</code> to v4.0.2 by <ahref="https://github.com/robherley"><code>@​robherley</code></a> in <ahref="https://redirect.github.com/actions/cache/pull/1560">actions/cache#1560</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/actions/cache/compare/v4.2.1...v4.2.2">https://github.com/actions/cache/compare/v4.2.1...v4.2.2</a></p></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache'schangelog</a>.</em></p><blockquote><h1>Releases</h1><h3>4.2.2</h3><ul><li>Bump <code>@actions/cache</code> to v4.0.2</li></ul><h3>4.2.1</h3><ul><li>Bump <code>@actions/cache</code> to v4.0.1</li></ul><h3>4.2.0</h3><p>TLDR; The cache backend service has been rewritten from the ground upfor improved performance and reliability. <ahref="https://github.com/actions/cache">actions/cache</a> now integrateswith the new cache service (v2) APIs.</p><p>The new service will gradually roll out as of <strong>February 1st,2025</strong>. The legacy service will also be sunset on the same date.Changes in these release are <strong>fully backwardcompatible</strong>.</p><p><strong>We are deprecating some versions of this action</strong>. Werecommend upgrading to version <code>v4</code> or <code>v3</code> assoon as possible before <strong>February 1st, 2025.</strong> (Upgradeinstructions below).</p><p>If you are using pinned SHAs, please use the SHAs of versions<code>v4.2.0</code> or <code>v3.4.0</code></p><p>If you do not upgrade, all workflow runs using any of the deprecated<a href="https://github.com/actions/cache">actions/cache</a> willfail.</p><p>Upgrading to the recommended versions will not break yourworkflows.</p><h3>4.1.2</h3><ul><li>Add GitHub Enterprise Cloud instances hostname filters to inform APIendpoint choices - <ahref="https://redirect.github.com/actions/cache/pull/1474">#1474</a></li><li>Security fix: Bump braces from 3.0.2 to 3.0.3 - <ahref="https://redirect.github.com/actions/cache/pull/1475">#1475</a></li></ul><h3>4.1.1</h3><ul><li>Restore original behavior of <code>cache-hit</code> output - <ahref="https://redirect.github.com/actions/cache/pull/1467">#1467</a></li></ul><h3>4.1.0</h3><ul><li>Ensure <code>cache-hit</code> output is set when a cache is missed -<ahref="https://redirect.github.com/actions/cache/pull/1404">#1404</a></li><li>Deprecate <code>save-always</code> input - <ahref="https://redirect.github.com/actions/cache/pull/1452">#1452</a></li></ul><h3>4.0.2</h3><ul><li>Fixed restore <code>fail-on-cache-miss</code> not working.</li></ul><h3>4.0.1</h3><ul><li>Updated <code>isGhes</code> check</li></ul><h3>4.0.0</h3><ul><li>Updated minimum runner version support from node 12 -&gt; node20</li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/actions/cache/commit/d4323d4df104b026a6aa633fdb11d772146be0bf"><code>d4323d4</code></a>Merge pull request <ahref="https://redirect.github.com/actions/cache/issues/1560">#1560</a>from actions/robherley/v4.2.2</li><li><ahref="https://github.com/actions/cache/commit/da26677639ccfb4615f1acc52d1fc3dc89152490"><code>da26677</code></a>bump <code>@​actions/cache</code> to v4.0.2, prep for v4.2.2release</li><li><ahref="https://github.com/actions/cache/commit/7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9"><code>7921ae2</code></a>Merge pull request <ahref="https://redirect.github.com/actions/cache/issues/1557">#1557</a>from actions/robherley/ia-workflow-released</li><li><ahref="https://github.com/actions/cache/commit/393773170624981bfaa3aac1cb736e3004eac1de"><code>3937731</code></a>Update publish-immutable-actions.yml</li><li>See full diff in <ahref="https://github.com/actions/cache/compare/0c907a75c2c80ebcb7f088228285e798b750cf8f...d4323d4df104b026a6aa633fdb11d772146be0bf">compareview</a></li></ul></details><br />Updates `crate-ci/typos` from 1.29.9 to 1.29.10<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/crate-ci/typos/releases">crate-ci/typos'sreleases</a>.</em></p><blockquote><h2>v1.29.10</h2><h2>[1.29.10] - 2025-02-25</h2><h3>Fixes</h3><ul><li>Also correct <code>contaminent</code> as<code>contaminant</code></li></ul></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos'schangelog</a>.</em></p><blockquote><h1>Change Log</h1><p>All notable changes to this project will be documented in thisfile.</p><p>The format is based on <a href="http://keepachangelog.com/">Keep aChangelog</a>and this project adheres to <a href="http://semver.org/">SemanticVersioning</a>.</p><!-- raw HTML omitted --><h2>[Unreleased] - ReleaseDate</h2><h2>[1.30.1] - 2025-03-04</h2><h3>Features</h3><ul><li><em>(action)</em> Create <code>v1</code> tag</li></ul><h2>[1.30.0] - 2025-03-01</h2><h3>Features</h3><ul><li>Updated the dictionary with the <ahref="https://redirect.github.com/crate-ci/typos/issues/1221">February2025</a> changes</li></ul><h2>[1.29.10] - 2025-02-25</h2><h3>Fixes</h3><ul><li>Also correct <code>contaminent</code> as<code>contaminant</code></li></ul><h2>[1.29.9] - 2025-02-20</h2><h3>Fixes</h3><ul><li><em>(action)</em> Correctly get binary for some aarch64 systems</li></ul><h2>[1.29.8] - 2025-02-19</h2><h3>Features</h3><ul><li>Attempt to build Linux aarch64 binaries</li></ul><h2>[1.29.7] - 2025-02-13</h2><h3>Fixes</h3><ul><li>Don't correct <code>implementors</code></li></ul><h2>[1.29.6] - 2025-02-13</h2><h3>Features</h3><ul><li>Updated the dictionary with the <ahref="https://redirect.github.com/crate-ci/typos/issues/1200">January2025</a> changes</li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/crate-ci/typos/commit/db35ee91e80fbb447f33b0e5fbddb24d2a1a884f"><code>db35ee9</code></a>chore: Release</li><li><ahref="https://github.com/crate-ci/typos/commit/9f43c4dbd2d1468320524b1bf059d6032cbc5a9e"><code>9f43c4d</code></a>docs: Update changelog</li><li><ahref="https://github.com/crate-ci/typos/commit/a1da2ce137a90ed418bda5bdb706e97e958f18e7"><code>a1da2ce</code></a>Merge pull request <ahref="https://redirect.github.com/crate-ci/typos/issues/1244">#1244</a>from epage/containment</li><li><ahref="https://github.com/crate-ci/typos/commit/d74d5fd5ad85ea0d689c44b7d4013431b28423ac"><code>d74d5fd</code></a>Merge pull request <ahref="https://redirect.github.com/crate-ci/typos/issues/1243">#1243</a>from epage/dict</li><li><ahref="https://github.com/crate-ci/typos/commit/fa6122604f999e8dafb43b92eb3da3e90136a789"><code>fa61226</code></a>refactor(dict): Drop a dict</li><li><ahref="https://github.com/crate-ci/typos/commit/6276d585f79214fb7db70ff1f93dbcb404e0bc9c"><code>6276d58</code></a>fix(dict): Correct contaminents to another spelling</li><li><ahref="https://github.com/crate-ci/typos/commit/07c9e1f6faffe39ca3e52afe58ae8731cc4ebcf7"><code>07c9e1f</code></a>chore(deps): Update Rust Stable to v1.85 (<ahref="https://redirect.github.com/crate-ci/typos/issues/1241">#1241</a>)</li><li><ahref="https://github.com/crate-ci/typos/commit/71643b1191585cd20de3b91d9c1e73d949309530"><code>71643b1</code></a>Merge pull request <ahref="https://redirect.github.com/crate-ci/typos/issues/1240">#1240</a>from szepeviktor/patch-1</li><li><ahref="https://github.com/crate-ci/typos/commit/931a5804a4dffb6343188d152e0c08c2147b5174"><code>931a580</code></a>Fix typo in README</li><li><ahref="https://github.com/crate-ci/typos/commit/c5137fd6aab66cddb011a1cb93e2553f56cafc9f"><code>c5137fd</code></a>refactor(action): Isolate unique parts</li><li>See full diff in <ahref="https://github.com/crate-ci/typos/compare/212923e4ff05b7fc2294a204405eec047b807138...db35ee91e80fbb447f33b0e5fbddb24d2a1a884f">compareview</a></li></ul></details><br />Updates `actions/download-artifact` from 4.1.8 to 4.1.9<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/actions/download-artifact/releases">actions/download-artifact'sreleases</a>.</em></p><blockquote><h2>v4.1.9</h2><h2>What's Changed</h2><ul><li>Add workflow file for publishing releases to immutable actionpackage by <ahref="https://github.com/Jcambass"><code>@​Jcambass</code></a> in <ahref="https://redirect.github.com/actions/download-artifact/pull/354">actions/download-artifact#354</a></li><li>docs: small migration fix by <ahref="https://github.com/froblesmartin"><code>@​froblesmartin</code></a>in <ahref="https://redirect.github.com/actions/download-artifact/pull/370">actions/download-artifact#370</a></li><li>Update MIGRATION.md by <ahref="https://github.com/andyfeller"><code>@​andyfeller</code></a> in <ahref="https://redirect.github.com/actions/download-artifact/pull/372">actions/download-artifact#372</a></li><li>Update artifact package to 2.2.2 by <ahref="https://github.com/yacaovsnc"><code>@​yacaovsnc</code></a> in <ahref="https://redirect.github.com/actions/download-artifact/pull/380">actions/download-artifact#380</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/Jcambass"><code>@​Jcambass</code></a>made their first contribution in <ahref="https://redirect.github.com/actions/download-artifact/pull/354">actions/download-artifact#354</a></li><li><ahref="https://github.com/froblesmartin"><code>@​froblesmartin</code></a>made their first contribution in <ahref="https://redirect.github.com/actions/download-artifact/pull/370">actions/download-artifact#370</a></li><li><ahref="https://github.com/andyfeller"><code>@​andyfeller</code></a> madetheir first contribution in <ahref="https://redirect.github.com/actions/download-artifact/pull/372">actions/download-artifact#372</a></li><li><a href="https://github.com/yacaovsnc"><code>@​yacaovsnc</code></a>made their first contribution in <ahref="https://redirect.github.com/actions/download-artifact/pull/380">actions/download-artifact#380</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/actions/download-artifact/compare/v4...v4.1.9">https://github.com/actions/download-artifact/compare/v4...v4.1.9</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/actions/download-artifact/commit/cc203385981b70ca67e1cc392babf9cc229d5806"><code>cc20338</code></a>Merge pull request <ahref="https://redirect.github.com/actions/download-artifact/issues/380">#380</a>from actions/yacaovsnc/release_4_1_9</li><li><ahref="https://github.com/actions/download-artifact/commit/1fc0fee191f40422f502da571c0f01ff460afe53"><code>1fc0fee</code></a>Update artifact package to 2.2.2</li><li><ahref="https://github.com/actions/download-artifact/commit/7fba95161a0924506ed1ae69cdbae8371ee00b3f"><code>7fba951</code></a>Merge pull request <ahref="https://redirect.github.com/actions/download-artifact/issues/372">#372</a>from andyfeller/patch-1</li><li><ahref="https://github.com/actions/download-artifact/commit/f9ceb7763ba1fdfd81b2e2f93aa1f6015ff6b35d"><code>f9ceb77</code></a>Update MIGRATION.md</li><li><ahref="https://github.com/actions/download-artifact/commit/533298bc57c27f112a2c04a74a04a4d43e2866fd"><code>533298b</code></a>Merge pull request <ahref="https://redirect.github.com/actions/download-artifact/issues/370">#370</a>from froblesmartin/patch-1</li><li><ahref="https://github.com/actions/download-artifact/commit/d06289e120b300840a833b25db66cb8c19f5d274"><code>d06289e</code></a>docs: small migration fix</li><li><ahref="https://github.com/actions/download-artifact/commit/d0ce8fd1167ed839810201de977912a090ab10a7"><code>d0ce8fd</code></a>Merge pull request <ahref="https://redirect.github.com/actions/download-artifact/issues/354">#354</a>from actions/Jcambass-patch-1</li><li><ahref="https://github.com/actions/download-artifact/commit/1ce0d91ace59dfbf6763107ee5aa8466ebbadf48"><code>1ce0d91</code></a>Add workflow file for publishing releases to immutable actionpackage</li><li>See full diff in <ahref="https://github.com/actions/download-artifact/compare/fa0a91b85d4f404e444e00e005971372dc801d16...cc203385981b70ca67e1cc392babf9cc229d5806">compareview</a></li></ul></details><br />Updates `google-github-actions/get-gke-credentials` from 2.3.1 to 2.3.3<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/google-github-actions/get-gke-credentials/releases">google-github-actions/get-gke-credentials'sreleases</a>.</em></p><blockquote><h2>v2.3.3</h2><h2>What's Changed</h2><ul><li>Description must be less than 125 characters by <ahref="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <ahref="https://redirect.github.com/google-github-actions/get-gke-credentials/pull/331">google-github-actions/get-gke-credentials#331</a></li><li>Release: v2.3.3 by <ahref="https://github.com/google-github-actions-bot"><code>@​google-github-actions-bot</code></a>in <ahref="https://redirect.github.com/google-github-actions/get-gke-credentials/pull/332">google-github-actions/get-gke-credentials#332</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/google-github-actions/get-gke-credentials/compare/v2.3.2...v2.3.3">https://github.com/google-github-actions/get-gke-credentials/compare/v2.3.2...v2.3.3</a></p><h2>v2.3.2</h2><h2>What's Changed</h2><ul><li>security: bump jsonpath-plus from 10.2.0 to 10.3.0 in thenpm_and_yarn group by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/google-github-actions/get-gke-credentials/pull/327">google-github-actions/get-gke-credentials#327</a></li><li>Update deps by <ahref="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <ahref="https://redirect.github.com/google-github-actions/get-gke-credentials/pull/329">google-github-actions/get-gke-credentials#329</a></li><li>Release: v2.3.2 by <ahref="https://github.com/google-github-actions-bot"><code>@​google-github-actions-bot</code></a>in <ahref="https://redirect.github.com/google-github-actions/get-gke-credentials/pull/330">google-github-actions/get-gke-credentials#330</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/google-github-actions/get-gke-credentials/compare/v2.3.1...v2.3.2">https://github.com/google-github-actions/get-gke-credentials/compare/v2.3.1...v2.3.2</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/google-github-actions/get-gke-credentials/commit/d0cee45012069b163a631894b98904a9e6723729"><code>d0cee45</code></a>Release: v2.3.3 (<ahref="https://redirect.github.com/google-github-actions/get-gke-credentials/issues/332">#332</a>)</li><li><ahref="https://github.com/google-github-actions/get-gke-credentials/commit/c1387e6b1efc91945c5f6150f3375ef91a6b69a0"><code>c1387e6</code></a>Description must be less than 125 characters (<ahref="https://redirect.github.com/google-github-actions/get-gke-credentials/issues/331">#331</a>)</li><li><ahref="https://github.com/google-github-actions/get-gke-credentials/commit/d08c14912d6642ca79ec62782b87462236685240"><code>d08c149</code></a>Release: v2.3.2 (<ahref="https://redirect.github.com/google-github-actions/get-gke-credentials/issues/330">#330</a>)</li><li><ahref="https://github.com/google-github-actions/get-gke-credentials/commit/5f781aae169bd8866ca79bbc10c402a1256d2ed1"><code>5f781aa</code></a>Update deps (<ahref="https://redirect.github.com/google-github-actions/get-gke-credentials/issues/329">#329</a>)</li><li><ahref="https://github.com/google-github-actions/get-gke-credentials/commit/67b31da175b2546b2afc28460d0cafe927e6fd42"><code>67b31da</code></a>security: bump jsonpath-plus from 10.2.0 to 10.3.0 in the npm_and_yarngroup ...</li><li>See full diff in <ahref="https://github.com/google-github-actions/get-gke-credentials/compare/7a108e64ed8546fe38316b4086e91da13f4785e1...d0cee45012069b163a631894b98904a9e6723729">compareview</a></li></ul></details><br />Updates `docker/setup-buildx-action` from 3.9.0 to 3.10.0<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-action'sreleases</a>.</em></p><blockquote><h2>v3.10.0</h2><ul><li>Bump <code>@​docker/actions-toolkit</code> from 0.54.0 to 0.56.0 in<ahref="https://redirect.github.com/docker/setup-buildx-action/pull/408">docker/setup-buildx-action#408</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0">https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/docker/setup-buildx-action/commit/b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2"><code>b5ca514</code></a>Merge pull request <ahref="https://redirect.github.com/docker/setup-buildx-action/issues/408">#408</a>from docker/dependabot/npm_and_yarn/docker/actions-to...</li><li><ahref="https://github.com/docker/setup-buildx-action/commit/1418a4ef330cff3d80e8707b47780be815fb20db"><code>1418a4e</code></a>chore: update generated content</li><li><ahref="https://github.com/docker/setup-buildx-action/commit/93acf831ce48bc806b62b1e892b89fca8bf213e0"><code>93acf83</code></a>build(deps): bump <code>@​docker/actions-toolkit</code> from 0.54.0 to0.56.0</li><li>See full diff in <ahref="https://github.com/docker/setup-buildx-action/compare/f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca...b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2">compareview</a></li></ul></details><br /><details><summary>Most Recent Ignore Conditions Applied to This PullRequest</summary>| Dependency Name | Ignore Conditions || --- | --- || crate-ci/typos | [>= 1.30.a, < 1.31] |</details>Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore <dependency name> major version` will close thisgroup update PR and stop Dependabot creating any more for the specificdependency's major version (unless you unignore this specificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name> minor version` will close thisgroup update PR and stop Dependabot creating any more for the specificdependency's minor version (unless you unignore this specificdependency's minor version or upgrade to it yourself)- `@dependabot ignore <dependency name>` will close this group update PRand stop Dependabot creating any more for the specific dependency(unless you unignore this specific dependency or upgrade to it yourself)- `@dependabot unignore <dependency name>` will remove all of the ignoreconditions of the specified dependency- `@dependabot unignore <dependency name> <ignore condition>` willremove the ignore condition of the specified dependency and ignoreconditions</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent975ea23 commitf21fcbd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV
179179
180180
-name:golangci-lint cache
181-
uses:actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f# v4.2.1
181+
uses:actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf# v4.2.2
182182
with:
183183
path:|
184184
${{ env.LINT_CACHE_DIR }}
@@ -188,7 +188,7 @@ jobs:
188188
189189
# Check for any typos
190190
-name:Check for typos
191-
uses:crate-ci/typos@212923e4ff05b7fc2294a204405eec047b807138# v1.29.9
191+
uses:crate-ci/typos@db35ee91e80fbb447f33b0e5fbddb24d2a1a884f# v1.29.10
192192
with:
193193
config:.github/workflows/typos.toml
194194

@@ -1092,7 +1092,7 @@ jobs:
10921092
uses:google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a# v2.1.4
10931093

10941094
-name:Download dylibs
1095-
uses:actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16# v4.1.8
1095+
uses:actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806# v4.1.9
10961096
with:
10971097
name:dylibs
10981098
path:./build
@@ -1236,7 +1236,7 @@ jobs:
12361236
version:"2.5.1"
12371237

12381238
-name:Get Cluster Credentials
1239-
uses:google-github-actions/get-gke-credentials@7a108e64ed8546fe38316b4086e91da13f4785e1# v2.3.1
1239+
uses:google-github-actions/get-gke-credentials@d0cee45012069b163a631894b98904a9e6723729# v2.3.3
12401240
with:
12411241
cluster_name:dogfood-v2
12421242
location:us-central1-a

‎.github/workflows/dogfood.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses:depot/setup-action@b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5# v1.6.0
5454

5555
-name:Set up Docker Buildx
56-
uses:docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca# v3.9.0
56+
uses:docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2# v3.10.0
5757

5858
-name:Login to DockerHub
5959
if:github.ref == 'refs/heads/main'

‎.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
uses:google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a# v2.1.4
287287

288288
-name:Download dylibs
289-
uses:actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16# v4.1.8
289+
uses:actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806# v4.1.9
290290
with:
291291
name:dylibs
292292
path:./build

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp