diff --git a/.github/workflows/auto-dependabot.yaml b/.github/workflows/auto-dependabot.yaml index 15ec7e4d..abea5c83 100644 --- a/.github/workflows/auto-dependabot.yaml +++ b/.github/workflows/auto-dependabot.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Auto-merge Dependabot PR - uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2 + uses: frequenz-floss/dependabot-auto-approve@e943399cc9d76fbb6d7faae446cd57301d110165 # v1.5.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} dependency-type: 'all' diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index 0d3e2e44..96aa29bc 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -43,7 +43,7 @@ jobs: steps: - name: Run nox - uses: frequenz-floss/gh-action-nox@v1.1.0 + uses: frequenz-floss/gh-action-nox@v1.1.1 with: python-version: "3.11" nox-session: ci_checks_max @@ -61,7 +61,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c63a7e6..de84211d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: steps: - name: Run nox - uses: frequenz-floss/gh-action-nox@v1.1.0 + uses: frequenz-floss/gh-action-nox@v1.1.1 with: python-version: ${{ matrix.python }} nox-session: ${{ matrix.nox-session }} @@ -110,7 +110,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: build @@ -169,7 +169,7 @@ jobs: > pyproject.toml - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3 with: python-version: ${{ matrix.python }} dependencies: dist/*.whl @@ -208,7 +208,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs] @@ -244,7 +244,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.1 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.3 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs]