Skip to content

Commit

Permalink
Merge pull request #997 from h3mmy/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
ci(deps): update actions/checkout action to v3
  • Loading branch information
h3mmy authored Jun 13, 2022
2 parents 3fcbc80 + f5691d7 commit 1885f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-auto-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Generate Token
uses: tibdex/github-app-token@v1
Expand Down

0 comments on commit 1885f8a

Please sign in to comment.