mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump actions versions (#1459)
* chore: bump actions versions * chore: add pypy310
This commit is contained in:
parent
b49939aaff
commit
5f157beb26
3 changed files with 8 additions and 7 deletions
4
.github/workflows/pull_request_changelog.yml
vendored
4
.github/workflows/pull_request_changelog.yml
vendored
|
|
@ -14,13 +14,13 @@ jobs:
|
|||
if: "!contains(github.event.pull_request.labels.*.name, 'skip news')"
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: '0'
|
||||
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue