We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0721b commit a406678Copy full SHA for a406678
1 file changed
.github/actions/setup-tooling/action.yaml
@@ -43,6 +43,6 @@ runs:
43
- name: Setup chrome
44
id: setup-chrome
45
if: ${{ inputs.use-chrome == 'true' }}
46
- uses: browser-actions/setup-chrome@b94431e051d1c52dcbe9a7092a4f10f827795416 # v2.1.0
+ uses: browser-actions/setup-chrome@4f8e94349a351df0f048634f25fec36c3c91eded # v2.1.1
47
with:
48
chrome-version: ${{ inputs.chrome-version }}
0 commit comments