We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ca3e0 commit f2a5a08Copy full SHA for f2a5a08
.github/workflows/integ-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: 20
20
21
- name: Install uv
22
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v5
23
with:
24
enable-cache: true
25
@@ -32,7 +32,7 @@ jobs:
32
run: npm install -g aws-cdk
33
34
- name: Configure AWS Credentials
35
- uses: aws-actions/configure-aws-credentials@v2
+ uses: aws-actions/configure-aws-credentials@v4
36
37
role-to-assume: ${{ secrets.INTEG_TEST_ROLE_ARN }}
38
aws-region: ${{ secrets.INTEG_TEST_REGION }}
.github/workflows/python-checks.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
13
14
15
16
17
0 commit comments