diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bae5b68..42f1a72d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: install-exact: [1, 0] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 799fbf0b..02e3f851 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/obsidian-release.yml b/.github/workflows/obsidian-release.yml index 9b2b154f..b1ff7b5e 100644 --- a/.github/workflows/obsidian-release.yml +++ b/.github/workflows/obsidian-release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Use Node.js diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 53dc1d72..c2471311 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -22,7 +22,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository steps: - name: Branch based PR checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js ${{ env.NODE_V }} uses: actions/setup-node@v4 with: @@ -216,7 +216,7 @@ jobs: steps: # Check out merge commit - name: Fork based /ok-to-test checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge' @@ -232,7 +232,7 @@ jobs: # steps: # - name: Trusted Checkout # if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository - # uses: actions/checkout@v3 + # uses: actions/checkout@v4 - name: Use Node.js ${{ env.NODE_V }} uses: actions/setup-node@v4 with: