Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Bump deadsnakes/action from 3.0.1 to 3.1.0 #141

Merged
merged 1 commit into from
Nov 27, 2023
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v4.1.1
- uses: deadsnakes/action@v3.0.1
- uses: deadsnakes/action@v3.1.0
with:
python-version: ${{ matrix.python-version }}
debug: true
Expand Down