summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-22 18:09:17 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-22 18:09:26 +0100
commitac7b7230366b612b1ae3db3eb2752358a14c3715 (patch)
tree54e2d07e7451aa3a1ed0ec6a315458b2e8822dcf /.github
parentba3299870607d0d7fba40de80d19a2b42d1cbe9c (diff)
downloadqutebrowser-ac7b7230366b612b1ae3db3eb2752358a14c3715.tar.gz
qutebrowser-ac7b7230366b612b1ae3db3eb2752358a14c3715.zip
ci: Thanks YAML
(cherry picked from commit 5e475f4151a1996345cd9a0172020169fa62262a)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bleeding.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index 0d2c4f1ef..435141e56 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -58,7 +58,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
- python-version: 3.10
+ python-version: "3.10"
- name: Get asciidoc
uses: actions/checkout@v2
with: