summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2022-11-05 17:59:50 -0400
committerGitHub <noreply@github.com>2022-11-05 17:59:50 -0400
commit63d9216cf298fa817bb6ac03146c101c29dc0fb1 (patch)
treeaef214301a7e56e0c39b6291356599733810d3ac
parentdeeb2dfc512d4b36a567f49d3458824d6d4966ce (diff)
parent10918c750dee90ef52086567d57d70d130bf5bc5 (diff)
downloadpystatsd-63d9216cf298fa817bb6ac03146c101c29dc0fb1.tar.gz
Merge pull request #168 from jsocol/fix-linter
Fix linting in CI for real
-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'