Skip to content

Commit 1f413ee

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates (#359)
Bumps the github-actions group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [actions/download-artifact](https://github.com/actions/download-artifact). 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) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48ca51c commit 1f413ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Docker Buildx
5252
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5353
- name: Log in to the Elastic Container registry
54-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
54+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
5555
with:
5656
registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
5757
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
permissions:
4646
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
4747
steps:
48-
- uses: actions/download-artifact@v4
48+
- uses: actions/download-artifact@v5
4949
with:
5050
name: packages
5151
path: dist
@@ -73,13 +73,13 @@ jobs:
7373
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
7474

7575
- name: Log in to the Elastic Container registry
76-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
76+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
7777
with:
7878
registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
7979
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
8080
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
8181

82-
- uses: actions/download-artifact@v4
82+
- uses: actions/download-artifact@v5
8383
with:
8484
name: packages
8585
path: dist

0 commit comments

Comments
 (0)