CI: Update to actions/checkout@v3.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 8864400..264fce2 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -15,7 +15,7 @@ jobs:
- { name: CMake, cmake: 1, android_abi: "arm64-v8a", android_platform: 23, arch: "aarch64" }
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: nttld/setup-ndk@v1
id: setup_ndk
with:
diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml
index fae9f9a..b1ab07e 100644
--- a/.github/workflows/emscripten.yml
+++ b/.github/workflows/emscripten.yml
@@ -6,7 +6,7 @@ jobs:
emscripten:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: mymindstorm/setup-emsdk@v10
with:
version: 2.0.32
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 45bbe3c..6034ce0 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -15,6 +15,6 @@ jobs:
- { name: tvOS, target: Static Library-tvOS, sdk: appletvos }
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Build
run: xcodebuild -project Xcode/SDL/SDL.xcodeproj -target '${{ matrix.platform.target }}' -configuration Release -sdk ${{ matrix.platform.sdk }} clean build
\ No newline at end of file
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8a2042b..d4ce2f2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
run: |
brew install \
ninja
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Check that versioning is consistent
# We only need to run this once: arbitrarily use the Linux/CMake build
if: "runner.os == 'Linux' && ! matrix.platform.autotools"
diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml
index 78468f0..4f561b9 100644
--- a/.github/workflows/msvc.yml
+++ b/.github/workflows/msvc.yml
@@ -23,7 +23,7 @@ jobs:
project: VisualC-WinRT/SDL-UWP.sln, projectflags: '/p:Platform=x64 /p:WindowsTargetPlatformVersion=10.0.17763.0' }
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Create CMake project using SDL as a subproject
shell: python
run: |
diff --git a/.github/workflows/n3ds.yml b/.github/workflows/n3ds.yml
index e5569ba..c7c1c30 100644
--- a/.github/workflows/n3ds.yml
+++ b/.github/workflows/n3ds.yml
@@ -8,7 +8,7 @@ jobs:
container:
image: devkitpro/devkitarm:latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install build requirements
run: |
apt update
diff --git a/.github/workflows/ps2.yaml b/.github/workflows/ps2.yaml
index 26b6a48..bfb0b1c 100644
--- a/.github/workflows/ps2.yaml
+++ b/.github/workflows/ps2.yaml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
container: ps2dev/ps2dev:latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Setup dependencies
run: |
apk update
diff --git a/.github/workflows/psp.yaml b/.github/workflows/psp.yaml
index 1d82899..addc7b1 100644
--- a/.github/workflows/psp.yaml
+++ b/.github/workflows/psp.yaml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
container: pspdev/pspdev:latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Setup dependencies
run: |
apk update
diff --git a/.github/workflows/riscos.yml b/.github/workflows/riscos.yml
index 1791c95..7b1e435 100644
--- a/.github/workflows/riscos.yml
+++ b/.github/workflows/riscos.yml
@@ -18,7 +18,7 @@ jobs:
steps:
- name: Setup dependencies
run: apt-get update && apt-get install -y cmake ninja-build
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Configure (autotools)
if: ${{ contains(matrix.platform.name, 'autotools') }}
run: |
diff --git a/.github/workflows/vita.yaml b/.github/workflows/vita.yaml
index 7b3d769..ac3b17c 100644
--- a/.github/workflows/vita.yaml
+++ b/.github/workflows/vita.yaml
@@ -12,7 +12,7 @@ jobs:
container:
image: vitasdk/vitasdk:latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install build requirements
run: |
apk update
diff --git a/.github/workflows/vmactions.yml b/.github/workflows/vmactions.yml
index 414b056..4485f5c 100644
--- a/.github/workflows/vmactions.yml
+++ b/.github/workflows/vmactions.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: macos-12
name: FreeBSD
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Build
uses: vmactions/freebsd-vm@v0
with:
diff --git a/.github/workflows/watcom.yml b/.github/workflows/watcom.yml
index f36b73e..bef3cf9 100644
--- a/.github/workflows/watcom.yml
+++ b/.github/workflows/watcom.yml
@@ -14,7 +14,7 @@ jobs:
- { name: OS/2, makefile: Makefile.os2 }
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: open-watcom/setup-watcom@v0
- name: Build SDL2
run: |