From 90a3f32d6086951ecf7c2e78330662b388e8e430 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Thu, 9 May 2024 11:10:49 +0100 Subject: [PATCH] Update mkdocs-material to 9.5.21. This is an important update as it fixes the currently failing master build. ref: squidfunk/mkdocs-material#6983 --- .github/workflows/docker.yml | 2 +- .github/workflows/python.yml | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2087f2ad8..bd76fbce2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -5,7 +5,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Build the Docker image run: docker build -t decred/dcrdocs:$(date +%s) . diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index eb69a0ade..0724a0e40 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -9,9 +9,9 @@ jobs: python-version: [3.11] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/requirements.txt b/requirements.txt index b5bf3a9a6..4f7d9f716 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mkdocs-material==9.5.3 +mkdocs-material==9.5.21 mkdocs-markdownextradata-plugin==0.2.5