Skip to content

Commit d7e11de

Browse files
authored
Merge pull request #589 from OpenConext/dependabot/github_actions/github-actions-2600afb7f8
Bump the github-actions group across 1 directory with 3 updates
2 parents 504a9a8 + 9390847 commit d7e11de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
- name: Build with Maven
5151
run: mvn clean install --file pom.xml
5252
- name: Codecov
53-
uses: codecov/codecov-action@v5
53+
uses: codecov/codecov-action@v6
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Set docker labels and tags
149149
id: meta
150-
uses: docker/metadata-action@v5
150+
uses: docker/metadata-action@v6
151151
with:
152152
images: ${{ matrix.image }}
153153
flavor: |
@@ -160,7 +160,7 @@ jobs:
160160
type=sha
161161
162162
- name: Build and push the ${{ matrix.app }} image
163-
uses: docker/build-push-action@v6
163+
uses: docker/build-push-action@v7
164164
with:
165165
context: ${{ matrix.app }}
166166
file: ${{ matrix.app }}/docker/Dockerfile

0 commit comments

Comments
 (0)