File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 kubectl kustomize config/crd/gateway-api/standard | kubectl apply -f -
101101
102102 - name : Set up Python
103- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
103+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
104104 with :
105105 python-version : " 3.x"
106106 check-latest : true
@@ -149,7 +149,7 @@ jobs:
149149 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
150150
151151 - name : Set up Python
152- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
152+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
153153 with :
154154 python-version : " 3.x"
155155 check-latest : true
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 fetch-depth : 0
107107
108108 - name : Set up Python
109- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
109+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
110110 with :
111111 python-version : " 3.x"
112112 check-latest : true
You can’t perform that action at this time.
0 commit comments