From 0e37cb85f426aa1fae68c66ad2fd7fe889f27787 Mon Sep 17 00:00:00 2001 From: Ramesh Adhikari <157403288+SilentSobs@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:20:27 +0530 Subject: [PATCH] Update actions/checkout to v4 (#9312) * updated workflow * updates --- .github/workflows/docs.yml | 2 +- .github/workflows/similar-issues-bot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f784f4b611..c27204cfe2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Runs a single command using the runners shell - name: Check links diff --git a/.github/workflows/similar-issues-bot.yml b/.github/workflows/similar-issues-bot.yml index a61fda8c2c..b348682bd3 100644 --- a/.github/workflows/similar-issues-bot.yml +++ b/.github/workflows/similar-issues-bot.yml @@ -10,7 +10,7 @@ jobs: outputs: message: ${{ steps.getbody.outputs.message }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - id: getbody uses: craigloewen-msft/GitGudSimilarIssues@main with: