Skip to content

Commit

Permalink
Update tzdb check to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Oct 26, 2021
1 parent 0b34d80 commit 15f41c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tzdbupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Create Pull Request
if: env.NOOP != 'true'
id: createpr
uses: peter-evans/create-pull-request@v2
uses: peter-evans/create-pull-request@v3.10.1
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN_GH }}
with:
Expand Down

0 comments on commit 15f41c3

Please sign in to comment.