Skip to content

Update renovate Docker tag to v39 #138

Update renovate Docker tag to v39

Update renovate Docker tag to v39 #138

Workflow file for this run

---
name: Pull Request or Push
on:
push:
branches:
- 'main' # Run on pushes to main even though we shouldn't do this
tags-ignore:
- '*' # Ignore pushes to tags
pull_request:
jobs:
call-get-changed-files:
uses: salt-extensions/central-artifacts/.github/workflows/get-changed-files.yml@main
call-pre-commit-action:
uses: salt-extensions/central-artifacts/.github/workflows/pre-commit-action.yml@main
needs:
- call-get-changed-files
with:
changed-files: ${{ needs.call-get-changed-files.outputs.changed-files }}