diff --git a/.github/workflows/wipac-cicd.yml b/.github/workflows/wipac-cicd.yml index d021695..099b05c 100644 --- a/.github/workflows/wipac-cicd.yml +++ b/.github/workflows/wipac-cicd.yml @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.py3 }} @@ -77,7 +77,7 @@ jobs: with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.py3 }} - uses: WIPACrepo/wipac-dev-mypy-action@v2.0 @@ -240,7 +240,7 @@ jobs: with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.py3 }} - uses: docker/build-push-action@v3 @@ -304,7 +304,7 @@ jobs: with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.py3 }} - name: "pip install .[tests]"