mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-08 03:28:57 +00:00
build(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `docker/login-action` from 4.4.0 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.4.0...v4.6.0) Updates `mozilla-actions/sccache-action` from 0.0.10 to 0.0.11 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.10...v0.0.11) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Wez Furlong
parent
c05c41b1a7
commit
149acf695f
@@ -102,7 +102,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v4
|
||||
- name: Login to GHCR
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
uses: docker/login-action@v4.4.0
|
||||
uses: docker/login-action@v4.6.0
|
||||
with:
|
||||
registry: https://ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: "Setup sccache"
|
||||
uses: mozilla-actions/sccache-action@v0.0.10
|
||||
uses: mozilla-actions/sccache-action@v0.0.11
|
||||
- name: Install stylua
|
||||
uses: baptiste0928/cargo-install@v3
|
||||
with:
|
||||
|
||||
@@ -198,7 +198,7 @@ jobs:
|
||||
|
||||
- name: Login to GHCR
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
uses: docker/login-action@v4.4.0
|
||||
uses: docker/login-action@v4.6.0
|
||||
with:
|
||||
registry: https://ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v4
|
||||
- name: Log in to the Container registry
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
uses: docker/login-action@v4.4.0
|
||||
uses: docker/login-action@v4.6.0
|
||||
with:
|
||||
registry: https://ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -111,7 +111,7 @@ jobs:
|
||||
type=ref,event=pr
|
||||
- name: Login to GHCR
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
uses: docker/login-action@v4.4.0
|
||||
uses: docker/login-action@v4.6.0
|
||||
with:
|
||||
registry: https://ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
- name: Fixup git permissions
|
||||
run: git config --global --add safe.directory $PWD
|
||||
- name: "Setup sccache"
|
||||
uses: mozilla-actions/sccache-action@v0.0.10
|
||||
uses: mozilla-actions/sccache-action@v0.0.11
|
||||
- name: "Restore Vendored Deps from cache"
|
||||
uses: actions/cache@v6
|
||||
id: cache-cargo-vendor
|
||||
@@ -207,7 +207,7 @@ jobs:
|
||||
type=raw,value=latest,enable=${{ github.ref_type == 'tag' }}
|
||||
- name: Login to GHCR
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
uses: docker/login-action@v4.4.0
|
||||
uses: docker/login-action@v4.6.0
|
||||
with:
|
||||
registry: https://ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
||||
Reference in New Issue
Block a user