We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faeaf04 + 27114e5 commit 1513497Copy full SHA for 1513497
2 files changed
.github/workflows/cd.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
27
steps:
28
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
29
with:
30
fetch-depth: 0
31
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
os: [ubuntu-latest, macos-14]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
32
0 commit comments