Skip to content

ci: bump actions/setup-python from 5 to 6 #68

ci: bump actions/setup-python from 5 to 6

ci: bump actions/setup-python from 5 to 6 #68

name: Dependabot Pull Request
on: pull_request
jobs:
dependabot:
permissions:
pull-requests: read
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'ntno/mkdocs-terminal'
steps:
- name: Fetch Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v2
with:
alert-lookup: true
compat-lookup: true
github-token: "${{ secrets.GH_PAT_DEPENDABOT }}"