We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9affaa8 commit a32014eCopy full SHA for a32014e
.github/workflows/ci-build.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
persist-credentials: false
23
- name: Set up Python ${{ env.LATEST_PY }}
24
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
25
26
python-version: ${{ env.LATEST_PY }}
27
- name: Set up Node.js ${{ env.LATEST_NODE }}
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
- name: Install dependencies
0 commit comments