Skip to content

Commit

Permalink
ci: fix renovate action version
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw committed Mar 29, 2024
1 parent 6f9f240 commit 09949d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovatebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40
uses: renovatebot/github-action@v40.1.7
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.REPO_GITHUB_TOKEN }}
Expand Down

0 comments on commit 09949d5

Please sign in to comment.