Skip to content

Commit

Permalink
Update actions/checkout to v4 (#9312)
Browse files Browse the repository at this point in the history
* updated workflow

* updates
  • Loading branch information
SilentSobs authored Feb 2, 2024
1 parent 60cb603 commit 0e37cb8
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@v4

# 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 0e37cb8

Please sign in to comment.