-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1477 from vacanza/beta
v.0.33
- Loading branch information
Showing
144 changed files
with
3,294 additions
and
2,064 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: Tests | ||
on: [push, pull_request, workflow_dispatch] | ||
on: [merge_group, push, pull_request, workflow_dispatch] | ||
|
||
env: | ||
FORCE_COLOR: 1 | ||
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check Out Repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set Up Python | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -28,7 +28,7 @@ jobs: | |
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8'] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Set Up Python ${{ matrix.python-version }} | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -58,7 +58,7 @@ jobs: | |
needs: [test] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Set Up Python | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Pre-commit hooks autoupdate | ||
name: Update pre-commit hooks | ||
|
||
on: | ||
schedule: | ||
|
@@ -7,18 +7,25 @@ on: | |
|
||
jobs: | ||
auto-update: | ||
name: Update pre-commit hooks | ||
if: ${{ github.repository }} == "vacanza/python-holidays" | ||
permissions: | ||
contents: write | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: "3.11" | ||
- uses: browniebroke/[email protected] | ||
- uses: peter-evans/[email protected] | ||
with: | ||
base: beta | ||
branch: update/pre-commit-hooks | ||
title: Update pre-commit hooks | ||
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | ||
body: Update pre-commit hooks to their latest versions. | ||
branch: update-pre-commit-hooks | ||
commit-message: "Chore: Update pre-commit hooks" | ||
committer: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | ||
body: Update versions of pre-commit hooks to latest version. | ||
delete-branch: true | ||
title: Update pre-commit hooks | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.