diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b02829..5490201 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout the repo" - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 + uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0 - name: "Setup Python" id: "setup-python" @@ -58,7 +58,7 @@ jobs: wheel-filename: "${{ steps.build-wheel.outputs.wheel-filename }}" steps: - name: "Checkout the repo" - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 + uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0 - name: "Identify the week number" run: | @@ -138,7 +138,7 @@ jobs: steps: - name: "Checkout the repo" - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 + uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0 - name: "Identify the week number" shell: "bash" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f477d4a..684e33b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: fetch-depth: 1