diff --git a/.github/workflows/dependency_review.yml b/.github/workflows/dependency_review.yml index 95d9263..f547bc3 100644 --- a/.github/workflows/dependency_review.yml +++ b/.github/workflows/dependency_review.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: 'Dependency Review' uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 2df6ded..350ab96 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout main - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Set up Python 3.12 diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 279516e..55fafc7 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -11,7 +11,7 @@ jobs: mypy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Set up Python 3.12 diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 8db8dbe..b9c3680 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -10,7 +10,7 @@ jobs: pylint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Set up Python 3.12 diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 70172c1..e6e028a 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -10,7 +10,7 @@ jobs: pytest: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Set up Python 3.12