Skip to content

Commit 684f62e

Browse files
committed
version bump dependencies for other workflows
1 parent 6b1c38d commit 684f62e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535

3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939
- name: Set up Python 3.x
40-
uses: actions/setup-python@v4
40+
uses: actions/setup-python@v5
4141
# 3.x uses the latest minor version of python3. This may break briefly when there is a new version
4242
# but dependent libraries (e.g. numpy) have not yet released a compatible update.
4343
# May need to enable version pinning (e.g. 3.10) temporarily at times.

.github/workflows/sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Install Python
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.x'
1919
- name: Install Datasketches and Sphinx

0 commit comments

Comments
 (0)