diff --git a/.github/workflows/test-publish-workflow.yml b/.github/workflows/test-publish-workflow.yml index bb1c356..774127f 100644 --- a/.github/workflows/test-publish-workflow.yml +++ b/.github/workflows/test-publish-workflow.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 diff --git a/action.yml b/action.yml index be2516c..cb1181b 100644 --- a/action.yml +++ b/action.yml @@ -245,14 +245,14 @@ runs: steps: - name: Checkout repository (shallow) if: inputs.checkout-current-repo == 'true' && inputs.changelog-enabled != 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 1 - name: Checkout repository (full history) if: inputs.checkout-current-repo == 'true' && inputs.changelog-enabled == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0