diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 27711f79f5..377715a90c 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -109,7 +109,7 @@ jobs: kubectl create secret generic nplus-license --from-file license.jwt -n nginx-gateway - name: Set up Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: "3.x" check-latest: true @@ -162,7 +162,7 @@ jobs: kubectl create secret generic nplus-license --from-file license.jwt -n nginx-gateway - name: Set up Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: "3.x" check-latest: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index af3c68b99a..df20b086fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -106,7 +106,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: "3.x" check-latest: true