diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 1d87348..7a509bf 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -6,7 +6,7 @@ jobs: to_codeberg: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 - uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75 # v1 diff --git a/.github/workflows/publish_api.yml b/.github/workflows/publish_api.yml index a16a455..628db3a 100644 --- a/.github/workflows/publish_api.yml +++ b/.github/workflows/publish_api.yml @@ -12,7 +12,7 @@ jobs: steps: # Checkout - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 # Fetch full history for changelog generation token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish_plugin.yml b/.github/workflows/publish_plugin.yml index 9bc7489..fa21aa7 100644 --- a/.github/workflows/publish_plugin.yml +++ b/.github/workflows/publish_plugin.yml @@ -12,7 +12,7 @@ jobs: steps: # Checkout - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 # Fetch full history for changelog generation token: ${{ secrets.GITHUB_TOKEN }}