We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da12447 commit cb440d6Copy full SHA for cb440d6
.github/workflows/main.yml
@@ -16,11 +16,11 @@ jobs:
16
17
steps:
18
# Check out repository under $GITHUB_WORKSPACE, so the job can access it
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
21
# Run using Python 3.8 for consistency and aiohttp
22
- name: Set up Python 3.8
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: '3.13'
26
architecture: 'x64'
0 commit comments