We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd26281 commit 87b2cebCopy full SHA for 87b2ceb
.github/workflows/automated-updates.yml
@@ -14,7 +14,7 @@ jobs:
14
- run: |
15
git config --global user.name 'github-actions[bot]'
16
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
17
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v5
18
with:
19
python-version: 3.8
20
cache: 'pip'
.github/workflows/dns-check.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
name: Python setup
13
0 commit comments