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 e1bee2c commit 16ea116Copy full SHA for 16ea116
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
sudo apt-get install libquantlib0-dev
20
21
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
24
- name: Set up Python ${{ matrix.python-version }}
25
uses: actions/setup-python@v5
@@ -49,7 +49,7 @@ jobs:
49
# Publish built docs to gh-pages branch.
50
- name: Checkout documentation branch
51
if: matrix.python-version == '3.11'
52
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
53
with:
54
ref: gh-pages
55
path: gh-pages
0 commit comments