diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fb87f11..c584119 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,5 @@ updates: - "*" labels: - "no-changelog-entry-needed" + cooldown: + default-days: 14 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 961173c..1093a57 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels')) steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 3da8237..13f8107 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -64,7 +64,7 @@ jobs: toxenv: py313-test-pytest83-pytestasyncio steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }}