diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9786cb..43d5690 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: pull-requests: write steps: # Gets a copy of the source code in your repository before running API tests - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: actions/setup-python@v6 with: python-version: '3.13'