We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc94c9 commit 715462dCopy full SHA for 715462d
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- &checkout
26
name: Check out code from GitHub
27
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
28
- &setup-python-default
29
name: Set up Python ${{ env.DEFAULT_PYTHON }}
30
id: python
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
contents: write # Required to upload release assets
21
22
- name: Check out code from Github
23
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v6.2.0
0 commit comments