Skip to content

Commit

Permalink
chore(deps,github_actions): major update github actions
Browse files Browse the repository at this point in the history
| 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.5 |
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 787fc33 commit 3452175
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45.0.5
id: changes
with:
files: |
Expand All @@ -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@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
with:
token: "${{ secrets.GITHUB_TOKEN }}"
branch: "change/${{ github.sha }}"
Expand All @@ -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@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
with:
token: "${{ secrets.GITHUB_TOKEN }}"
branch: "change/${{ github.sha }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-docker_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

-
name: Build Docker Test Image
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
id: build
with:
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag-docker_test_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

-
name: Build Docker Test Image
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
id: build
with:
context: .
Expand Down Expand Up @@ -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@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
id: build-all
with:
context: .
Expand Down

0 comments on commit 3452175

Please sign in to comment.