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 2ec2146 commit 178373fCopy full SHA for 178373f
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- &checkout
26
name: Check out code from GitHub
27
- uses: actions/checkout@v5.0.0
+ uses: actions/checkout@v6.0.0
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/[email protected]
0 commit comments