Skip to content

Commit 13652b1

Browse files
Merge pull request #211 from nasa/dependabot/github_actions/develop/gha-dependencies-edce934be3
Bump the gha-dependencies group across 1 directory with 4 updates
2 parents 647dbeb + 06800a8 commit 13652b1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
echo "service_version=$SERVICE_VERSION" >> "$GITHUB_OUTPUT"
5050
5151
- name: Log in to the Container registry
52-
uses: docker/login-action@v3
52+
uses: docker/login-action@v4
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}
5656
password: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: Extract metadata (tags, labels) for Docker
5959
id: meta
60-
uses: docker/metadata-action@v5
60+
uses: docker/metadata-action@v6
6161
with:
6262
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6363
tags: |
@@ -70,7 +70,7 @@ jobs:
7070
uses: docker/setup-buildx-action@v4
7171

7272
- name: Build and push Docker image
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: .
7676
file: Dockerfile

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uv run pytest --cov=batchee --cov-report=xml:build/reports/coverage.xml tests/
4747
4848
- name: Upload coverage reports to Codecov
49-
uses: codecov/codecov-action@v5
49+
uses: codecov/codecov-action@v6
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
verbose: true

0 commit comments

Comments
 (0)