We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ddb2 commit e0c0cbcCopy full SHA for e0c0cbc
.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.14'
26
architecture: 'x64'
0 commit comments