From 10a697f469f7027ed0cc713253c288c805c67dd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 05:49:53 +0000 Subject: [PATCH] chore(deps,github_actions): major update github actions | datasource | package | from | to | | ----------- | ------------------------------- | ------- | ------- | | github-tags | docker/build-push-action | v5 | v6 | | github-tags | peter-evans/create-pull-request | v6 | v7 | | github-tags | tj-actions/changed-files | v44.5.2 | v45.0.7 | --- .github/workflows/changelog.yaml | 6 +++--- .github/workflows/pr-docker_test.yaml | 2 +- .github/workflows/tag-docker_test_build_push.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index 222718d..bc78ab5 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -24,7 +24,7 @@ jobs: # https://github.com/tj-actions/changed-files/blob/main/README.md#inputs - name: Detect Changes - uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.2 + uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7 id: changes with: files: | @@ -41,7 +41,7 @@ jobs: # https://github.com/peter-evans/create-pull-request#action-inputs - name: Create Pull Request - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7 with: token: "${{ secrets.GITHUB_TOKEN }}" branch: "change/${{ github.sha }}" @@ -64,7 +64,7 @@ jobs: run: make generate-changelog-ci - name: Create Pull Request - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7 with: token: "${{ secrets.GITHUB_TOKEN }}" branch: "change/${{ github.sha }}" diff --git a/.github/workflows/pr-docker_test.yaml b/.github/workflows/pr-docker_test.yaml index f5e6e1f..5599351 100644 --- a/.github/workflows/pr-docker_test.yaml +++ b/.github/workflows/pr-docker_test.yaml @@ -23,7 +23,7 @@ jobs: - name: Build Docker Test Image - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 id: build with: context: . diff --git a/.github/workflows/tag-docker_test_build_push.yaml b/.github/workflows/tag-docker_test_build_push.yaml index 9481df1..ac330cc 100644 --- a/.github/workflows/tag-docker_test_build_push.yaml +++ b/.github/workflows/tag-docker_test_build_push.yaml @@ -33,7 +33,7 @@ jobs: - name: Build Docker Test Image - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 id: build with: context: . @@ -116,7 +116,7 @@ jobs: - # Push other images name: Build and Push Docker Images - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 id: build-all with: context: .