Skip to content

Commit 8df9020

Browse files
committed
bump action
1 parent 8477f8c commit 8df9020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sudo apt-get install libquantlib0-dev
2020
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- name: Set up Python ${{ matrix.python-version }}
2525
uses: actions/setup-python@v5
@@ -49,7 +49,7 @@ jobs:
4949
# Publish built docs to gh-pages branch.
5050
- name: Checkout documentation branch
5151
if: matrix.python-version == '3.11'
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
ref: gh-pages
5555
path: gh-pages

0 commit comments

Comments
 (0)