diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index be730cc..8ddcc54 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,7 +37,7 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -107,7 +107,7 @@ jobs: GH_TOKEN: ${{ steps.app-token.outputs.token }} - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ba88e54..947b40f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -33,7 +33,7 @@ jobs: action: ${{ fromJSON(inputs.action-matrix) }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Use Node.js ${{ inputs.node-version }} uses: actions/setup-node@v6