diff --git a/.github/workflows/server-security.yml b/.github/workflows/server-security.yml index e1de855..c57d259 100644 --- a/.github/workflows/server-security.yml +++ b/.github/workflows/server-security.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12"