diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml index 2afb55a8de6..a6177dc20be 100644 --- a/.github/workflows/android_builds.yml +++ b/.github/workflows/android_builds.yml @@ -18,7 +18,7 @@ jobs: name: Template (target=release, tools=no) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Azure repositories are not reliable, we need to prevent azure giving us packages. - name: Make apt sources.list use the default Ubuntu repositories diff --git a/.github/workflows/ios_builds.yml b/.github/workflows/ios_builds.yml index 14ea87bd5c2..8dc4e9aa184 100644 --- a/.github/workflows/ios_builds.yml +++ b/.github/workflows/ios_builds.yml @@ -18,7 +18,7 @@ jobs: name: Template (target=release, tools=no) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Godot build cache uses: ./.github/actions/godot-cache diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml index 245bd066635..5bed2812149 100644 --- a/.github/workflows/javascript_builds.yml +++ b/.github/workflows/javascript_builds.yml @@ -20,7 +20,7 @@ jobs: name: Template (target=release, tools=no) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Emscripten latest uses: mymindstorm/setup-emsdk@v12 diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index ee7b0b256c2..5823f55b033 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -49,7 +49,7 @@ jobs: artifact: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Linux dependencies shell: bash diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index 1ee28c514df..f386e2b8d1b 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -32,7 +32,7 @@ jobs: tools: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Godot build cache uses: ./.github/actions/godot-cache diff --git a/.github/workflows/server_builds.yml b/.github/workflows/server_builds.yml index 5b0730e2bba..a6a1f99fcf3 100644 --- a/.github/workflows/server_builds.yml +++ b/.github/workflows/server_builds.yml @@ -31,7 +31,7 @@ jobs: tools: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Linux dependencies shell: bash diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index 68d8c5a38ac..3b153b5d0ea 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Azure repositories are not reliable, we need to prevent Azure giving us packages. - name: Make apt sources.list use the default Ubuntu repositories diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 79871c4d2e3..8729984dca7 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -35,7 +35,7 @@ jobs: tools: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Godot build cache uses: ./.github/actions/godot-cache