Skip to content

Commit c40b302

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates (#2390)
* 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 [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]> * Upgrade MongoDB version from 4.0 to 4.2 for pymongo-newest environment * Set right pymongodata var for mongoDB 4.2 * Set right pymongodata var for mongoDB 4.2 * Undo upgrade changes because are done here #2391 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fr4nc1sc0.r4m0n <[email protected]>
1 parent a260ca9 commit c40b302

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Login to ghcr.io
25-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
25+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
2626
with:
2727
registry: ${{ env.REGISTRY }}
2828
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
4242
steps:
4343
- uses: actions/checkout@v4
44-
- uses: actions/download-artifact@v4
44+
- uses: actions/download-artifact@v5
4545
with:
4646
name: packages
4747
path: dist
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- uses: actions/checkout@v4
82-
- uses: actions/download-artifact@v4
82+
- uses: actions/download-artifact@v5
8383
with:
8484
name: build-distribution
8585
path: ./build
@@ -122,13 +122,13 @@ jobs:
122122
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
123123

124124
- name: Log in to the Elastic Container registry
125-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
125+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
126126
with:
127127
registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
128128
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
129129
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
130130

131-
- uses: actions/download-artifact@v4
131+
- uses: actions/download-artifact@v5
132132
with:
133133
name: build-distribution
134134
path: ./build
@@ -173,7 +173,7 @@ jobs:
173173
runs-on: ubuntu-latest
174174
steps:
175175
- uses: actions/checkout@v4
176-
- uses: actions/download-artifact@v4
176+
- uses: actions/download-artifact@v5
177177
with:
178178
name: arn-file
179179
- name: Create GitHub Draft Release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199

200200
- run: python -Im pip install --upgrade coverage[toml]
201201

202-
- uses: actions/download-artifact@v4
202+
- uses: actions/download-artifact@v5
203203
with:
204204
pattern: coverage-reports-*
205205
merge-multiple: true

.github/workflows/updatecli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
"pull_requests": "write"
3030
}
3131
32-
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
32+
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)