diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index d1e2eda..2d0e20f 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Set up Python 3.12 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12' - name: Run bandit diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index 2f4db02..95952ba 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12' - name: Set up QEMU diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index ebb3f1d..ba59804 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Set up Python 3.12 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12' - name: Running mypy diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index dbc34fd..e10aa6e 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Set up Python 3.12 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12' - name: Running pylint diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 395f265..9cd9e1f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Set up Python 3.12 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12' - name: Running pytest