Skip to content

Commit cea12f6

Browse files
authored
Merge branch 'weekly' into dependabot/github_actions/weekly/hadolint/hadolint-action-3.3.0
2 parents 2e88900 + 17c9c2f commit cea12f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-docker-registry-push.yml

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

8585
- name: Set up Docker Buildx
8686
# This step sets up Docker Buildx
87-
uses: docker/setup-buildx-action@v3
87+
uses: docker/setup-buildx-action@v4
8888

8989
-
9090
name: Login to GitHub Container Registry

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v5
12+
- uses: actions/labeler@v6
1313
with:
1414
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)