diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b0993c..953f9fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: name: Test steps: # Gets a copy of the source code in your repository before running API tests - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - uses: actions/setup-python@v5 with: python-version: '3.12'