We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281db15 commit df08c4cCopy full SHA for df08c4c
.github/workflows/galaxy.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Set up Python 3
17
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
18
with:
19
python-version: 3.x
20
.github/workflows/molecule.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
@@ -56,7 +56,7 @@ jobs:
56
57
58
if: ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
59
60
61
62
0 commit comments