diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9d82d6..64fa0f0 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@v5.0.0 + - uses: actions/checkout@v6.0.2 - uses: actions/setup-python@v6 with: python-version: '3.13'