1 parent 55202d3 commit 3e9705dCopy full SHA for 3e9705d
1 file changed
.github/workflows/check-wix-proxy.yml
@@ -17,13 +17,13 @@ jobs:
17
runs-on: ubuntu-latest
18
19
steps:
20
- - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
+ - uses: actions/checkout@v4
21
22
- name: Wix gateway proxy (mandatory)
23
uses: ./.github/actions/wix-gateway-proxy
24
25
- name: Set up Python
26
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
+ uses: actions/setup-python@v6
27
with:
28
python-version: "3.12"
29
0 commit comments