diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 594181e..8fec29f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 fetch-tags: true @@ -104,7 +104,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/pack-and-publish.yml b/.github/workflows/pack-and-publish.yml index adfb148..f916e5b 100644 --- a/.github/workflows/pack-and-publish.yml +++ b/.github/workflows/pack-and-publish.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.branch }} fetch-depth: 0