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 57bf307 + 1a914bf commit 9c1a781Copy full SHA for 9c1a781
.github/workflows/labeler.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Check out the repository
14
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
15
16
- name: Run Labeler
17
uses: crazy-max/[email protected]
.github/workflows/tests.yaml
@@ -16,7 +16,7 @@ jobs:
name: Pre-commit
18
19
20
21
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
22
uses: actions/[email protected]
0 commit comments