Skip to content

Commit

Permalink
Merge pull request #147 from IdiosApps/patch-1
Browse files Browse the repository at this point in the history
readme: actions/checkout@ v2 -> v3
  • Loading branch information
JasonEtco authored Feb 2, 2023
2 parents 4cc79e4 + e81e2c4 commit bf328b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
stuff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bf328b8

Please sign in to comment.