diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1eb2041..332c68f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: ) steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} submodules: recursive diff --git a/action.yml b/action.yml index 4bada6b..ec6555c 100644 --- a/action.yml +++ b/action.yml @@ -48,7 +48,7 @@ runs: using: composite steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ inputs.github-token }} submodules: recursive