Skip to content

Commit 7ef507a

Browse files
chore(deps): update github-actions non-major (#243)
| datasource | package | from | to | | ----------- | ------------------------- | -------- | -------- | | github-tags | actions/labeler | v6.0.1 | v6.1.0 | | github-tags | renovatebot/github-action | v46.1.12 | v46.1.13 | Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent 8deb585 commit 7ef507a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/meta-labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
2525

2626
- name: Labeler
27-
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
27+
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
2828
with:
2929
configuration-path: .github/labeler.yaml
3030
repo-token: "${{ steps.app-token.outputs.token }}"

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"
8181

8282
- name: Renovate
83-
uses: renovatebot/github-action@f66d8679fcfcfa051abde6e7a623007173bf5164 # v46.1.12
83+
uses: renovatebot/github-action@79dc0ba74dc3de28db0a7aeb1d0b95d5bf5fde2a # v46.1.13
8484
with:
8585
configurationFile: "${{ env.RENOVATE_ONBOARDING_CONFIG_FILE_NAME }}"
8686
token: "${{ steps.app-token.outputs.token }}"

0 commit comments

Comments
 (0)