diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfa7aca..99840bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: python-version: "3.13" cache: pip - - uses: aws-actions/setup-sam@f84ec7d548307efafe33230528756de3c5841a17 # v2 + - uses: aws-actions/setup-sam@89ddb14d60e682855e3fea4be85b3c56485de310 # v3 - run: pip install -r requirements-dev.txt - run: python -m unittest discover -s sync -p 'test_*.py' -v - run: python -m unittest discover -s aws/tests -p 'test_*.py' -v