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: