Skip to content

Commit

Permalink
Fix renovate GitHub actions version number (#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored May 17, 2023
1 parent d4efecc commit 20949ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: renovatebot/github-action@v36
- uses: renovatebot/github-action@v37.0.0
with:
configurationFile: .github/renovate.json
token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 20949ac

Please sign in to comment.