Skip to content

Commit

Permalink
readme: actions/checkout@ v2 -> v3
Browse files Browse the repository at this point in the history
  • Loading branch information
James authored Feb 2, 2023
1 parent 4cc79e4 commit e81e2c4
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 e81e2c4

Please sign in to comment.