Skip to content

Commit

Permalink
Fix GitHub Actions checkout warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GPSnoopy committed Apr 10, 2024
1 parent 4272cff commit 12dca2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
SDK_VERSION: 1.3.280

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Ubuntu dependencies
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
SDK_VERSION: 1.3.280.0

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download Vulkan SDK
run: Invoke-WebRequest "https://sdk.lunarg.com/sdk/download/${env:SDK_VERSION}/windows/vulkan_sdk.exe?Human=true" -OutFile vulkan_sdk.exe -v
- name: Install Vulkan SDK
Expand Down

0 comments on commit 12dca2c

Please sign in to comment.