Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hutchic-org/template-ghcr-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0dc1bfdc5a9fd5e8175d60dc5fea49b101cb5ba7
Choose a base ref
..
head repository: hutchic-org/template-ghcr-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f37f5bf9e040d90cf6a69f11d6a4b254bea765d
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/autoupdate.yml
  2. +1 −1 .github/workflows/pre-commit.yml
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: adRise/update-pr-branch@v0.8.1
uses: adRise/update-pr-branch@v0.9.0
with:
token: ${{ secrets.AUTO_MERGE_TOKEN }}
base: 'main'
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v5.1.1
- uses: actions/setup-python@v5.2.0
with:
python-version: '3.8'
- run: pip install 'virtualenv<20.11.0'