diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f1b2477..b728b4b5 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@v3.0.2 + uses: actions/checkout@v3.3.0 with: fetch-depth: 2 @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 04a3d348..e87d24dc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Set up Python 3.10 uses: actions/setup-python@v4.3.0 @@ -62,7 +62,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.3.0 @@ -89,7 +89,7 @@ jobs: needs: tests steps: - name: Check out the repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Set up Python 3.10 uses: actions/setup-python@v4.3.0