diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5351bb7..de47117 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: 3.x - uses: pre-commit/action@v3.0.1 @@ -50,7 +50,7 @@ jobs: - name: Install poetry run: pipx install poetry - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 id: setup-python with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 230db33..bdbc58c 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: 3.x - name: Install labels diff --git a/renovate.json b/renovate.json index 4fcf996..95d1781 100644 --- a/renovate.json +++ b/renovate.json @@ -7,9 +7,7 @@ ], "packageRules": [ { - "matchDepTypes": [ - "dependencies" - ], + "matchDepTypes": ["dependencies"], "rangeStrategy": "bump" } ]