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 7d7636b commit f623f9dCopy full SHA for f623f9d
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
image: python:${{ matrix.python-version }}
22
steps:
23
- name: Checkout source
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
- name: Setup environment
27
run: |
@@ -49,7 +49,7 @@ jobs:
49
runs-on: ubuntu-latest
50
51
52
53
54
55
.github/workflows/release.yml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments