From f7ac3330e1f6e1d8a3b83cb6e4c500f2e1ce558e Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Wed, 24 Apr 2024 17:01:10 -0400 Subject: [PATCH] ci: fix typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f7adf6..5b8da0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v1 + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }}