diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 84d1d628ba..57da2d8b8b 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -107,7 +107,7 @@ jobs: kubectl create secret generic nplus-license --from-file license.jwt -n nginx-gateway - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: "3.x" check-latest: true @@ -160,7 +160,7 @@ jobs: kubectl create secret generic nplus-license --from-file license.jwt -n nginx-gateway - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: "3.x" check-latest: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 815b2f4e6a..394e7a0b30 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -116,7 +116,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: "3.x" check-latest: true