diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cdba03..7397625 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@v4.1.4 + uses: actions/checkout@v4.1.6 with: fetch-depth: 2 @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 85f5ae6..4f473ce 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@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Set up Python 3.8 uses: actions/setup-python@v5.1.0 @@ -61,7 +61,7 @@ jobs: steps: - name: Check out the repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.1.0 @@ -88,7 +88,7 @@ jobs: needs: tests steps: - name: Check out the repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Set up Python 3.10 uses: actions/setup-python@v5.1.0 @@ -121,7 +121,7 @@ jobs: needs: tests steps: - name: Check out the repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 with: fetch-depth: 2