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:
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
103
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
152
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
153
153
with :
154
154
python-version : " 3.x"
155
155
check-latest : true
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
fetch-depth : 0
111
111
112
112
- name : Set up Python
113
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
113
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
114
114
with :
115
115
python-version : " 3.x"
116
116
check-latest : true
You can’t perform that action at this time.
0 commit comments