Skip to content

Commit 2a125b5

Browse files
authored
Merge pull request #1556 from jpd002/dependabot/github_actions/crazy-max/ghaction-chocolatey-4
Bump crazy-max/ghaction-chocolatey from 3 to 4
2 parents b75abf3 + b6e5c36 commit 2a125b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cmd.exe /c start /wait .\VulkanSDK.exe in --al --im -c com.lunarg.vulkan.32bit
4545
echo "VULKAN_SDK=C:\VulkanSDK\${{ env.VULKAN_SDK_VERSION }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
4646
- name: Install OpenAL
47-
uses: crazy-max/ghaction-chocolatey@v3
47+
uses: crazy-max/ghaction-chocolatey@v4
4848
with:
4949
args: install -y openal openalsdk
5050
- name: Install Qt

0 commit comments

Comments
 (0)