We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a95a6 commit 38f0276Copy full SHA for 38f0276
3 files changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Check out source repository
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
with:
24
fetch-depth: 0 #full history
25
- name: Set up Python
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
11
12
13
uses: actions/setup-python@v6
14
.github/workflows/publish_gh_pages.yml
@@ -23,7 +23,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
- name: Checkout repository
26
27
- name: Configure Pages
28
uses: actions/configure-pages@v5
29
- name: Install Node.js
0 commit comments