diff options
| author | Ray <[email protected]> | 2022-11-28 21:03:21 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-11-28 21:03:21 +0100 |
| commit | bbf9935828553dd38633a034a3c961a08b15a0a6 (patch) | |
| tree | 31cbf2e4af3b85113ad9d919b26217d63a80488f /.github/workflows/windows_examples.yml | |
| parent | fc5894e734e1f2996b5c946d9f29890240aa76be (diff) | |
| download | raylib-bbf9935828553dd38633a034a3c961a08b15a0a6.tar.gz raylib-bbf9935828553dd38633a034a3c961a08b15a0a6.zip | |
Update github workflows
Diffstat (limited to '.github/workflows/windows_examples.yml')
| -rw-r--r-- | .github/workflows/windows_examples.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_examples.yml b/.github/workflows/windows_examples.yml index 13627399..19e23cf1 100644 --- a/.github/workflows/windows_examples.yml +++ b/.github/workflows/windows_examples.yml @@ -22,7 +22,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1 |
