Skip to content

Commit

Permalink
Merge pull request #1669 from no1wudi/main
Browse files Browse the repository at this point in the history
Update actions/checkout to v3
  • Loading branch information
luboslenco authored Jan 8, 2024
2 parents 23dcc34 + e3b6ef6 commit 29a20dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_opengl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios_metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: macOS-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_vulkan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Apt Update
run: sudo apt-get update
- name: Apt Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: macOS-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_direct3d12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
Expand Down

0 comments on commit 29a20dd

Please sign in to comment.