Skip to content

Commit

Permalink
Merge pull request #101 from jonathanharrell/github-action
Browse files Browse the repository at this point in the history
fix(security): upgrade github checkout action
  • Loading branch information
jonathanharrell authored Dec 20, 2021
2 parents cb7ee8e + ef61ab6 commit 4cefc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: JamesIves/[email protected]
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 4cefc94

Please sign in to comment.