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 7b05a38 + 3555053 commit 0506f16Copy full SHA for 0506f16
2 files changed
.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@v3
+ uses: actions/checkout@v4
53
54
- name: Set up Python ${{ matrix.python-version }}
55
uses: actions/setup-python@v4
.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