Skip to content

Commit ef145f1

Browse files
jxdvthehappydinoa
authored andcommitted
update gh actions
1 parent 7e16f51 commit ef145f1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Install poetry
2424
run: pipx install poetry==${{ matrix.poetry }}
2525

2626
- name: Setup Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python }}
3030
cache: "poetry"

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Install poetry
2828
run: pipx install poetry==${{ matrix.poetry }}
2929

3030
- name: Setup Python
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python }}
3434
cache: "poetry"

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write
2020

2121
steps:
22-
- uses: actions/stale@v3
22+
- uses: actions/stale@v9
2323
with:
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
days-before-stale: 60

0 commit comments

Comments
 (0)