diff --git a/.github/workflows/wipac-cicd.yml b/.github/workflows/wipac-cicd.yml index c47089e4..9e65bca6 100644 --- a/.github/workflows/wipac-cicd.yml +++ b/.github/workflows/wipac-cicd.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v5 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 }} - uses: WIPACrepo/wipac-dev-flake8-action@v1.3 @@ -56,7 +56,7 @@ jobs: with: fetch-depth: 0 # setuptools-scm needs to access git tags 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 }} - uses: WIPACrepo/wipac-dev-mypy-action@v2.0 @@ -110,7 +110,7 @@ jobs: with: fetch-depth: 0 # setuptools-scm needs to access git tags 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 }} - name: example @@ -183,7 +183,7 @@ jobs: with: fetch-depth: 0 # setuptools-scm needs to access git tags 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 }} - name: tests @@ -230,7 +230,7 @@ jobs: with: fetch-depth: 0 # setuptools-scm needs to access git tags 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 }} - name: install deps