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 ebeaffb commit a5cbd4eCopy full SHA for a5cbd4e
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
architecture: x64
30
31
- name: Checkout
32
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v3.5.0
33
34
- uses: actions/[email protected]
35
with:
@@ -58,7 +58,7 @@ jobs:
58
steps:
59
60
- name: Check out repository
61
62
63
submodules: 'true'
64
@@ -94,7 +94,7 @@ jobs:
94
- name: Set env
95
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
96
97
- - uses: actions/checkout@v3.3.0
+ - uses: actions/checkout@v3.5.0
98
99
- name: Set up Python 3.10
100
uses: actions/setup-python@v4
0 commit comments