diff --git a/.github/workflows/poetry-build.yml b/.github/workflows/poetry-build.yml index 00e9a13..c16c008 100644 --- a/.github/workflows/poetry-build.yml +++ b/.github/workflows/poetry-build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📄 Checkout code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 - name: 🧱 Install Poetry @@ -70,7 +70,7 @@ jobs: contents: write # Required for uploading artifacts to GitHub release steps: - name: 📄 Checkout code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 - name: 🧱 Install Poetry diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ffb9058..cf8522a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ jobs: name: Check commit messages runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }}