Skip to content

Commit 8ecc3a0

Browse files
chore(deps): bump the gha group with 2 updates (#2138)
Bumps the gha group with 2 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [docker/login-action](https://github.com/docker/login-action). Updates `actions/create-github-app-token` from 2.0.6 to 2.1.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@df432ce...0f859bf) Updates `docker/login-action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...184bdaa) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9e9568 commit 8ecc3a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
export_env: false
6969

7070
- name: Create a GitHub App installation access token
71-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
71+
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
7272
id: app-token
7373
with:
7474
app-id: ${{ fromJSON(steps.secrets.outputs.secrets || '{}').APP_ID }}
@@ -141,7 +141,7 @@ jobs:
141141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142142

143143
- name: Login to GitHub Container Registry
144-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
144+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
145145
with:
146146
registry: ghcr.io
147147
username: ${{ github.actor }}
@@ -178,7 +178,7 @@ jobs:
178178
persist-credentials: false
179179

180180
- name: Login to GitHub Container Registry
181-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
181+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
182182
with:
183183
registry: ghcr.io
184184
username: ${{ github.actor }}
@@ -262,7 +262,7 @@ jobs:
262262
platform: [linux/arm64, linux/amd64]
263263
steps:
264264
- name: Login to GitHub Container Registry
265-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
265+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
266266
with:
267267
registry: ghcr.io
268268
username: ${{ github.actor }}

0 commit comments

Comments
 (0)