Skip to content

Commit bf328b8

Browse files
authored
Merge pull request #147 from IdiosApps/patch-1
readme: actions/checkout@ v2 -> v3
2 parents 4cc79e4 + e81e2c4 commit bf328b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
stuff:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- uses: JasonEtco/create-an-issue@v2
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)