diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 2c190d1cb9..0d207fc484 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -100,7 +100,7 @@ jobs: kubectl kustomize config/crd/gateway-api/standard | kubectl apply -f - - name: Set up Python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: python-version: "3.x" check-latest: true @@ -149,7 +149,7 @@ jobs: kubectl create secret docker-registry nginx-plus-registry-secret --docker-server=private-registry.nginx.com --docker-username=${{ secrets.JWT_PLUS_REGISTRY }} --docker-password=none -n nginx-gateway - name: Set up Python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: python-version: "3.x" check-latest: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e55bfd6244..25bf8ee085 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -110,7 +110,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: python-version: "3.x" check-latest: true