diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 41e9572..4560df8 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Pages uses: actions/configure-pages@v6 - name: Build html diff --git a/.github/workflows/validate-docs.yml b/.github/workflows/validate-docs.yml index 1222d90..c8efff9 100644 --- a/.github/workflows/validate-docs.yml +++ b/.github/workflows/validate-docs.yml @@ -9,7 +9,7 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Validate reST source with doc8 run: make doc8 - name: Validate dictionary ordering