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.
2 parents 71d97ca + 4b68256 commit ec0640eCopy full SHA for ec0640e
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
50
steps:
51
- name: Check out github
52
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
53
54
- name: Set up Python ${{ matrix.python-version }}
55
uses: actions/setup-python@v5
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
20
- name: Check out source code
21
22
23
24
0 commit comments