7272 python-version : ${{ inputs.python-version }}
7373
7474 # ----- Poetry -----
75- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
75+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7676 if : ${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory)) != '' }}
7777 with :
7878 path : ~/.local/bin/
@@ -86,12 +86,12 @@ jobs:
8686 installer-parallel : true
8787
8888 # ----- UV -----
89- - uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7 .0
89+ - uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8 .0
9090 if : ${{ hashFiles(format('{0}/uv.lock', inputs.working-directory)) != '' }}
9191 with :
9292 enable-cache : true
9393 - id : cache-deps
94- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
94+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9595 with :
9696 path : |
9797 ${{ inputs.working-directory }}/.venv
@@ -108,7 +108,7 @@ jobs:
108108 # kics-scan ignore-line
109109 requested-token-type : urn:pulumi:token-type:access_token:personal
110110 scope : user:notdodo
111- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
111+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
112112 with :
113113 path : ${{ env.PULUMI_HOME }}/plugins
114114 key : python-${{ inputs.python-version }}-venv-${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory), format('{0}/uv.lock', inputs.working-directory)) }}
@@ -123,7 +123,7 @@ jobs:
123123 with :
124124 secret-ids : >
125125 ${{ inputs.aws-secrets-mapping }}
126- - uses : pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6.5 .0
126+ - uses : pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6 .0
127127 with :
128128 command : preview
129129 stack-name : ${{ inputs.stack-name }}
0 commit comments