diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index ff6e1a6..38f5d93 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/refresh-build-fmf.yml b/.github/workflows/refresh-build-fmf.yml index a0c3208..e797fca 100644 --- a/.github/workflows/refresh-build-fmf.yml +++ b/.github/workflows/refresh-build-fmf.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v5