Skip to content

Commit

Permalink
Update renovatebot/github-action action to v40.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and actions-bot-pl committed Jul 9, 2024
1 parent b7ffba4 commit 8145a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: renovatebot/github-action@v40.2.1
- uses: renovatebot/github-action@v40.2.2
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hello, thanks for adding an issue for the first time!"
pr-message: "Hello, thanks for contributing for the first time!"
- uses: renovatebot/github-action@v40.2.1 # integration, node action with call to docker, docker flags that make injection more complicated, then call a node script via exec that already is injected with otel
- uses: renovatebot/github-action@v40.2.2 # integration, node action with call to docker, docker flags that make injection more complicated, then call a node script via exec that already is injected with otel
env:
RENOVATE_DRY_RUN: full
RENOVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8145a45

Please sign in to comment.