Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/governance-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
(github.actor != 'dependabot[bot]' || github.actor != 'dependabot-preview[bot]' ||
github.actor != 'renovate[bot]' || github.actor != 'renovate-bot')
steps:
- uses: DeFiCh/[email protected].7
- uses: DeFiCh/[email protected].9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
config-path: .github/governance-bot.yml
4 changes: 2 additions & 2 deletions .github/workflows/governance.links-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# todo https://github.com/peter-evans/link-checker
- name: link checker
id: lychee
uses: lycheeverse/[email protected].8
uses: lycheeverse/[email protected].9
# if: failure()
with:
args: >
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
write-mode: append

- name: create issue from file
uses: JasonEtco/create-an-issue@v2.5.0
uses: JasonEtco/create-an-issue@v2.6.0
id: issue
if: ${{ steps.lychee.outputs.exit_code > 0 }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: '1'
# https://github.com/renovatebot/github-action install renovate app
- name: run renovate across repositories
uses: renovatebot/github-action@v27.19.2
uses: renovatebot/github-action@v27.23.0
with:
configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down