Skip to content

Commit bd99192

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 4 directories with 2 updates
Bumps the github-actions-dependencies group with 1 update in the / directory: [docker/login-action](https://github.com/docker/login-action). Bumps the github-actions-dependencies group with 2 updates in the /actions/docker/build-image directory: [docker/login-action](https://github.com/docker/login-action) and [actions/cache](https://github.com/actions/cache). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/create-images-manifests directory: [docker/login-action](https://github.com/docker/login-action). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/generate-docs directory: [actions/cache](https://github.com/actions/cache). Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) Updates `actions/cache` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) Updates `actions/cache` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 650cc7c commit bd99192

8 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/__test-action-docker-build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
`"annotations.org.opencontainers.image.version" output is not valid`
150150
);
151151
152-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
152+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
153153
with:
154154
registry: ghcr.io
155155
username: ${{ github.repository_owner }}
@@ -231,7 +231,7 @@ jobs:
231231
}
232232
}
233233
234-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
234+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
235235
with:
236236
registry: ghcr.io
237237
username: ${{ github.repository_owner }}

.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
persist-credentials: false
148148

149-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
149+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
150150
with:
151151
registry: ghcr.io
152152
username: ${{ github.repository_owner }}
@@ -211,7 +211,7 @@ jobs:
211211
assert.equal(packageVersionExists, false, `Package version "${process.env.TAG_TO_DELETE}" has not been deleted`);
212212
}
213213
214-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
214+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
215215
if: ${{ github.event_name == 'pull_request' }}
216216
with:
217217
registry: ghcr.io

.github/workflows/__test-workflow-docker-build-images-building.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
for (const image of expectedCreatedImages) {
8181
assert(builtImages[image], `"built-images" output does not contain "${image}" image`);
8282
}
83-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
83+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.repository_owner }}

.github/workflows/__test-workflow-docker-build-images-caching.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
matrix: ${{ fromJson(needs.arrange.outputs.matrix) }}
131131
steps:
132132
- name: Login to GitHub Container Registry
133-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
133+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
134134
with:
135135
registry: ghcr.io
136136
username: ${{ github.repository_owner }}

.github/workflows/__test-workflow-docker-build-images-platforms-and-signing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
matrix: ${{ fromJson(needs.arrange.outputs.matrix) }}
119119
steps:
120120
- name: Login to GitHub Container Registry
121-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
121+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
122122
with:
123123
registry: ghcr.io
124124
username: ${{ github.repository_owner }}

actions/docker/build-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ runs:
259259
cache-type: ${{ inputs.cache-type }}
260260
extra-cache-to: "image-manifest=true,oci-mediatypes=true"
261261

262-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
262+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
263263
id: cache
264264
with:
265265
path: cache-mount
@@ -273,7 +273,7 @@ runs:
273273
dockerfile: ${{ steps.get-docker-config.outputs.dockerfile-path }}
274274
skip-extraction: ${{ steps.cache.outputs.cache-hit }}
275275

276-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
276+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
277277
with:
278278
registry: ${{ inputs.oci-registry }}
279279
username: ${{ inputs.oci-registry-username }}

actions/docker/create-images-manifests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
driver-opts: |
9292
image=moby/buildkit:v0.26.2
9393
94-
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
94+
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
9595
with:
9696
registry: ${{ inputs.oci-registry }}
9797
username: ${{ inputs.oci-registry-username }}

actions/helm/generate-docs/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ runs:
148148

149149
- name: Cache textlint
150150
id: cache-textlint
151-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
151+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
152152
with:
153153
path: ${{ steps.prepare-variables.outputs.textlint-cache-path }}
154154
key: ${{ runner.os }}-textlint-${{ hashFiles(steps.prepare-variables.outputs.textlint-config-path) }}
@@ -194,7 +194,7 @@ runs:
194194
195195
- name: Cache prettier
196196
id: cache-prettier
197-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
197+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
198198
with:
199199
path: ${{ steps.prepare-variables.outputs.prettier-cache-path }}
200200
key: ${{ runner.os }}-prettier

0 commit comments

Comments
 (0)