1818
1919 steps :
2020 - name : Checkout Language SDK (this PR)
21- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222 with :
2323 path : language-sdk
2424
@@ -29,15 +29,15 @@ jobs:
2929 PR_BODY : ${{ github.event.pull_request.body }}
3030
3131 - name : Checkout Testing SDK
32- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333 with :
3434 repository : aws/aws-durable-execution-sdk-python-testing
3535 ref : ${{ steps.parse.outputs.testing_ref }}
3636 token : ${{ secrets.CROSS_REPO_PAT }}
3737 path : testing-sdk
3838
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
40+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343
6767
6868 steps :
6969 - name : Checkout Language SDK (this PR)
70- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
70+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171 with :
7272 path : language-sdk
7373
@@ -78,15 +78,15 @@ jobs:
7878 PR_BODY : ${{ github.event.pull_request.body }}
7979
8080 - name : Checkout Testing SDK
81- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
81+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8282 with :
8383 repository : aws/aws-durable-execution-sdk-python-testing
8484 ref : ${{ steps.parse.outputs.testing_ref }}
8585 token : ${{ secrets.CROSS_REPO_PAT }}
8686 path : testing-sdk
8787
8888 - name : Set up Python 3.13
89- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
89+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
9090 with :
9191 python-version : ' 3.13'
9292
0 commit comments