We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98de23 commit 2b810f2Copy full SHA for 2b810f2
.github/workflows/gh-deploy.yml
@@ -18,12 +18,12 @@ jobs:
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
22
with:
23
# this fetches all branches. Needed because we need gh-pages branch for deploy to work
24
fetch-depth: 0
25
- name: Set up Python
26
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
27
28
python-version: '3.9'
29
- name: Install dependencies
0 commit comments