diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bd4df19..11d707b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,7 +45,7 @@ jobs: echo "REQUIRES_TESTS=${REQUIRES_TESTS}" | tee -a "$GITHUB_ENV" - name: Checkout current commit - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" if: ${{ env.REQUIRES_TESTS != 'true' }} - name: Get the changed files that would require tests @@ -100,7 +100,7 @@ jobs: python-version: 3 - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install test dependencies run: | @@ -128,7 +128,7 @@ jobs: python-version: 3 - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install test dependencies run: | @@ -155,7 +155,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run ruff uses: astral-sh/ruff-action@v2 @@ -172,7 +172,7 @@ jobs: steps: - name: Checkout current commit - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install python uses: actions/setup-python@v5 @@ -317,7 +317,7 @@ jobs: private-key: ${{ env.PRIVATE_KEY }} - name: Checkout current commit - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ steps.app-token.outputs.token }} @@ -357,7 +357,7 @@ jobs: steps: - name: Checkout current commit - uses: "actions/checkout@v4" + uses: "actions/checkout@v6" - name: Install Hatch uses: pypa/hatch@install diff --git a/.github/workflows/release-next.yaml b/.github/workflows/release-next.yaml index c4c097c..f921c8f 100644 --- a/.github/workflows/release-next.yaml +++ b/.github/workflows/release-next.yaml @@ -52,7 +52,7 @@ jobs: fi - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: ${{ env.RELEASE_VERSION != '' && 50 || 1 }} fetch-tags: ${{ env.RELEASE_VERSION != '' && true || false }} diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 4bcfe93..6071f4c 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout commit - uses: actions/checkout@v4 + uses: actions/checkout@v6 - run: semgrep ci env: