diff --git a/.github/workflows/check-generated-modules.yml b/.github/workflows/check-generated-modules.yml index 5dffd75f2..f317c1a68 100644 --- a/.github/workflows/check-generated-modules.yml +++ b/.github/workflows/check-generated-modules.yml @@ -15,7 +15,7 @@ jobs: - "20" steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 2 - name: Set up Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 825746b87..1e492d3b7 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -9,7 +9,7 @@ jobs: name: Builds and publishes releases to PyPI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Set up Python 3.12 uses: actions/setup-python@v5.2.0 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9beef251c..11db365c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - "3.12" steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 2 - name: Set up Python ${{ matrix.python-version }} @@ -42,7 +42,7 @@ jobs: needs: build steps: - name: Check out the repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 2 - name: Download all coverage data