Skip to content

Commit ce5ea7c

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 4 directories with 4 updates
Bumps the github-actions-dependencies group with 1 update in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Bumps the github-actions-dependencies group with 2 updates in the /actions/docker/build-image directory: [int128/docker-build-cache-config-action](https://github.com/int128/docker-build-cache-config-action) and [reproducible-containers/buildkit-cache-dance](https://github.com/reproducible-containers/buildkit-cache-dance). Bumps the github-actions-dependencies group with 2 updates in the /actions/helm/generate-docs directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/release-chart directory: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs). Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@1b10c78...bcd2ba4) Updates `int128/docker-build-cache-config-action` from 1.55.0 to 1.56.0 - [Release notes](https://github.com/int128/docker-build-cache-config-action/releases) - [Commits](int128/docker-build-cache-config-action@8bda1b3...600f417) Updates `reproducible-containers/buildkit-cache-dance` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/reproducible-containers/buildkit-cache-dance/releases) - [Commits](reproducible-containers/buildkit-cache-dance@1b8ab18...5422eac) Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@1b10c78...bcd2ba4) Updates `hoverkraft-tech/ci-github-nodejs` from 0.23.2 to 0.24.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](hoverkraft-tech/ci-github-nodejs@47891dc...a10d5e3) Updates `hoverkraft-tech/ci-github-nodejs` from 0.23.2 to 0.24.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](hoverkraft-tech/ci-github-nodejs@47891dc...a10d5e3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: int128/docker-build-cache-config-action dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: reproducible-containers/buildkit-cache-dance dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 582363c commit ce5ea7c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
with:
385385
actions-path: actions
386386

387-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
387+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
388388
if: inputs.build-secret-github-app-client-id
389389
id: generate-token
390390
with:

actions/docker/build-image/action.yml

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

304304
# Caching setup
305305
- id: cache-arguments
306-
uses: int128/docker-build-cache-config-action@8bda1b303afec3d9f81c0c359096a47870ca1bf0 # v1.55.0
306+
uses: int128/docker-build-cache-config-action@600f417a89b22227409391339c1c425ba46b5e07 # v1.56.0
307307
with:
308308
image: ${{ steps.get-docker-config.outputs.cache-image }}
309309
flavor: ${{ steps.get-docker-config.outputs.cache-flavor }}
@@ -320,7 +320,7 @@ runs:
320320
cache-mount-${{ hashFiles(steps.get-docker-config.outputs.dockerfile-path) }}-
321321
322322
- name: Restore Docker cache mounts
323-
uses: reproducible-containers/buildkit-cache-dance@1b8ab18fbda5ad3646e3fcc9ed9dd41ce2f297b4 # v3.3.2
323+
uses: reproducible-containers/buildkit-cache-dance@5422eac04292c961a382e0f584ea0f03ad9da723 # v3.4.0
324324
with:
325325
builder: ${{ steps.docker-setup.outputs.buildx-name }}
326326
cache-dir: cache-mount

actions/helm/generate-docs/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ runs:
142142
working-directory: ${{ steps.prepare-variables.outputs.working-directory }}
143143

144144
- name: Setup Node.js
145-
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
145+
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
146146
with:
147147
working-directory: ${{ github.action_path }}
148148

@@ -224,7 +224,7 @@ runs:
224224
cwd: process.env.WORKING_DIRECTORY,
225225
});
226226
227-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
227+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
228228
if: inputs.github-app-client-id
229229
id: generate-token
230230
with:

actions/helm/release-chart/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ runs:
188188
${{ steps.chart-values-updates.outputs.yq-command }}
189189
190190
- name: Setup Node.js
191-
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
191+
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
192192
with:
193193
working-directory: ${{ github.action_path }}
194194

0 commit comments

Comments
 (0)