Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
token: ${{ secrets.ACCESS_TOKEN }}
ref: development
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Create Pull Request
if: always()
uses: peter-evans/create-pull-request@v7.0.9
uses: peter-evans/create-pull-request@v8.0.0
with:
token: ${{ secrets.ACCESS_TOKEN }}
branch: dependency-updates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id-token: write # IMPORTANT: mandatory for trusted publishing

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ typing-extensions==4.15.0
# via
# referencing
# structlog
urllib3==2.5.0
urllib3==2.6.2
# via requests