diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4de5045..e888a90d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: attestations: write steps: - name: Check out the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b38d05f4..6d9bbde7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.3.0 @@ -106,7 +106,7 @@ jobs: needs: tests steps: - name: Check out the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 - name: Set up Python 3.12 uses: actions/setup-python@v5.3.0