Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request digest to c5a7806
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kosmoz committed Jun 19, 2024
1 parent abd748c commit 594b22a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scout-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- run: scout index
- name: Create or update pull request
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
with:
token: ${{ secrets.GLASSKUBE_BOT_SECRET }}
committer: "glasskube-bot <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scout-packages-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: scout package:bump --name=${{ matrix.package }}
- run: scout index
- name: Create or update pull request
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
with:
token: ${{ secrets.GLASSKUBE_BOT_SECRET }}
committer: "glasskube-bot <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scout-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- run: scout package --name=${{ matrix.package }}
- name: Create or update pull request
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
with:
token: ${{ secrets.GLASSKUBE_BOT_SECRET }}
committer: "glasskube-bot <[email protected]>"
Expand Down

0 comments on commit 594b22a

Please sign in to comment.