diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d45a82ab..05b604e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.2 with: fetch-depth: 2 @@ -93,7 +93,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13eeaab1..57ee5aaa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2.3.2 @@ -103,7 +103,7 @@ jobs: needs: tests steps: - name: Check out the repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.2 - name: Set up Python 3.9 uses: actions/setup-python@v2.3.2