mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Upgrade actions
This commit is contained in:
parent
a48cb9ee47
commit
a9f3674735
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -6,8 +6,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v3"
|
- uses: "actions/checkout@v4"
|
||||||
- uses: "actions/setup-python@v4"
|
- uses: "actions/setup-python@v5"
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: "Install test dependencies"
|
- name: "Install test dependencies"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user