summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2022-11-05 17:58:16 -0400
committerJames Socol <me@jamessocol.com>2022-11-05 17:58:16 -0400
commit10918c750dee90ef52086567d57d70d130bf5bc5 (patch)
treeaef214301a7e56e0c39b6291356599733810d3ac
parentdeeb2dfc512d4b36a567f49d3458824d6d4966ce (diff)
downloadpystatsd-10918c750dee90ef52086567d57d70d130bf5bc5.tar.gz
Fix linting in CI for real
This is what I get for enabling auto-merge before making lint a required status check.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 35d5665..d78cf7d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
lint:
runs-on: [ubuntu-latest]
steps:
- - uses: actions/checkout@v
+ - uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'