File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
kubectl kustomize config/crd/gateway-api/standard | kubectl apply -f -
101
101
102
102
- name : Set up Python
103
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
103
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
104
104
with :
105
105
python-version : " 3.x"
106
106
check-latest : true
@@ -149,7 +149,7 @@ jobs:
149
149
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
150
150
151
151
- name : Set up Python
152
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
152
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
153
153
with :
154
154
python-version : " 3.x"
155
155
check-latest : true
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
fetch-depth : 0
107
107
108
108
- name : Set up Python
109
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
109
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
110
110
with :
111
111
python-version : " 3.x"
112
112
check-latest : true
You can’t perform that action at this time.
0 commit comments