Skip to content

Commit

Permalink
Merge pull request #5 from ziming/patch-1
Browse files Browse the repository at this point in the history
Update README.md to use actions/checkout@v4
  • Loading branch information
abbasudo authored May 21, 2024
2 parents 26470f6 + fc046ab commit 41aba0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: abbasudo/microscope-action@master
```
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: abbasudo/microscope-action@master
with :
command : check:dd
Expand Down

0 comments on commit 41aba0b

Please sign in to comment.