Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit eeef91a

Browse files
Merge pull request #261 from sgibson91/dependabot-github_actions-actions-882a736281
Bump the actions group with 3 updates
2 parents 81f6c7f + d8fced1 commit eeef91a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
2929
- name: Login to Quay.io
3030
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
31-
uses: docker/login-action@v3
31+
uses: docker/login-action@v4
3232
with:
3333
registry: quay.io
3434
username: ${{ secrets.QUAY_USERNAME }}
3535
password: ${{ secrets.QUAY_PASSWORD }}
3636

3737
- name: Build image
38-
uses: docker/build-push-action@v6
38+
uses: docker/build-push-action@v7
3939
with:
4040
push: ${{ github.event_name != 'pull_request' }}
4141
tags: quay.io/${{ github.repository }}:${{ steps.parse_image_tag.outputs.image_tag }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
coverage report && coverage xml
4747
4848
- name: "Upload coverage to Codecov"
49-
uses: codecov/codecov-action@v5
49+
uses: codecov/codecov-action@v6
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252

0 commit comments

Comments
 (0)