Skip to content

Commit

Permalink
Bump docker/login-action from 3b8fed7e4b60203b2aa0ecc6c6d6d91d12c0676…
Browse files Browse the repository at this point in the history
…0 to 06895751d15a223ec091bea144ad5c7f50d228d0 (#526)

Summary:
Bumps [docker/login-action](https://github.com/docker/login-action) from 3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760 to 06895751d15a223ec091bea144ad5c7f50d228d0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/docker/login-action/commit/06895751d15a223ec091bea144ad5c7f50d228d0"><code>0689575</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/800">#800</a> from crazy-max/publish-immutable-action</li>
<li><a href="https://github.com/docker/login-action/commit/02c9ff3be2fc1b56f9ab4494083e97e918fa8089"><code>02c9ff3</code></a> ci: publish as immutable action workflow</li>
<li><a href="https://github.com/docker/login-action/commit/5d8785b43a795ee002a17dbf1a2235dc1997224b"><code>5d8785b</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/801">#801</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a href="https://github.com/docker/login-action/commit/7a65d3de5dd5fe5ce541c7f166bc0baae6bb2c7a"><code>7a65d3d</code></a> chore: update generated content</li>
<li><a href="https://github.com/docker/login-action/commit/bd2f40996ac4b7326bbbfa95159b8445646ba927"><code>bd2f409</code></a> build(deps): bump <code>@​docker/actions-toolkit</code> from 0.35.0 to 0.40.0</li>
<li><a href="https://github.com/docker/login-action/commit/9fd0581bf02af9b3a0410347705ef9c24018739b"><code>9fd0581</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/791">#791</a> from docker/dependabot/npm_and_yarn/actions/core-1.11.1</li>
<li><a href="https://github.com/docker/login-action/commit/eefb7e8744995e77000627dde1a77eeb57c46eda"><code>eefb7e8</code></a> chore: update generated content</li>
<li><a href="https://github.com/docker/login-action/commit/cb13d66af03ce915a78ee6be60c5d85e3d9afc80"><code>cb13d66</code></a> build(deps): bump <code>@​actions/core</code> from 1.10.1 to 1.11.1</li>
<li><a href="https://github.com/docker/login-action/commit/1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9"><code>1f36f5b</code></a> Merge pull request <a href="https://redirect.github.com/docker/login-action/issues/789">#789</a> from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...</li>
<li><a href="https://github.com/docker/login-action/commit/bcb47c2c4940eeb958588be56b4acbfc5bf46eb2"><code>bcb47c2</code></a> chore: update generated content</li>
<li>Additional commits viewable in <a href="https://github.com/docker/login-action/compare/3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760...06895751d15a223ec091bea144ad5c7f50d228d0">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter 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 edits that 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 after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: #526

Reviewed By: sharmafb

Differential Revision: D65078556

Pulled By: afrind

fbshipit-source-id: ee213fb3bd45b4a169e99a62d14091843e92a413
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Oct 28, 2024
1 parent ba56599 commit a63df44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_mvfst_interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit a63df44

Please sign in to comment.