Skip to content

Commit

Permalink
Merge pull request #539 from syself/renovate/github-actions
Browse files Browse the repository at this point in the history
🌱 Update github-actions group
  • Loading branch information
batistein authored Jan 17, 2023
2 parents 5dd0e48 + da84bda commit 6bbee56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/metadata/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
steps:
- name: Docker manager metadata
id: meta
uses: docker/metadata-action@v4.2.0
uses: docker/metadata-action@v4.3.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: ${{ inputs.metadata_flavor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "$GITHUB_ENV"
- name: Renovate
uses: renovatebot/github-action@v34.99.2
uses: renovatebot/github-action@v34.104.0
with:
configurationFile: ${{ env.RENOVATE_CONFIG_FILE }}
token: "x-access-token:${{ steps.generate-token.outputs.token }}"

0 comments on commit 6bbee56

Please sign in to comment.