diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c49cd9a..0aa9fdd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: role-to-assume: arn:aws:iam::730335616323:role/GitHubActionsDeploymentRole aws-region: us-east-1 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.12' - name: Setup pnpm