Skip to content

Commit 91bcc59

Browse files
committed
Bump mkdoc action versions
1 parent 546d6ad commit 91bcc59

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mkdocs_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0 # need to fetch all history to ensure correct Git revision dates in docs
1919

2020
- name: set up Python
21-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.10'
2424

.github/workflows/mkdocs_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18+
uses: actions/checkout@v6
1919

2020
- name: set up Python
21-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.10'
2424

0 commit comments

Comments
 (0)