diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a99daf8..16b2d6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: inputs-context: ${{ toJson(inputs) }} - name: ⤵️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 8474b8b..431e00a 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -46,7 +46,7 @@ jobs: fallback: ${{ github.token }} - name: ⤵️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ steps.get-token.outputs.BOT_TOKEN }}