diff --git a/.github/workflows/pr-title-manager.yml b/.github/workflows/pr-title-manager.yml index 92344f6..9db700d 100644 --- a/.github/workflows/pr-title-manager.yml +++ b/.github/workflows/pr-title-manager.yml @@ -107,7 +107,7 @@ jobs: # Checkout to access shared scripts - name: Checkout repository if: steps.bot-check.outputs.is_bot == 'false' && steps.skip-check.outputs.should_skip == 'false' - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Main title management logic - name: Process PR Title diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea44d36..fc99ba5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: packages: write steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }} @@ -102,7 +102,7 @@ jobs: ext: '.exe' steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 @@ -155,7 +155,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main @@ -235,7 +235,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main