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 4622ea4 commit c93a644Copy full SHA for c93a644
.github/workflows/deploy-docs.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- name: Checkout
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
31
- name: Build documentation
32
uses: ./.github/actions/build-hidp-docs
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
33
34
35
36
37
# A build is created as part of the QA job
38
- name: Linting, checks & tests
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
uses: ./.github/actions/python-qa
0 commit comments