Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentSobs committed Feb 2, 2024
1 parent f823989 commit 405a567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3

# Runs a single command using the runners shell
- name: Check links
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/similar-issues-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 405a567

Please sign in to comment.