Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
- name: Checkout Mono Sources
if: steps.cache_mono_sources.outputs.cache-hit != 'true'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mono/mono
ref: ${{ env.MONO_TAG }}
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Clean Mono
run: pushd ${{ env.MONO_SOURCE_ROOT }} && git reset --hard && git clean -xffd && git submodule foreach --recursive git reset --hard && git submodule foreach --recursive git clean -xffd && git submodule update --init --recursive && popd
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: godot-mono-builds
- name: Setup Python
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
- name: Checkout Mono Sources
if: steps.cache_mono_sources.outputs.cache-hit != 'true'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mono/mono
ref: ${{ env.MONO_TAG }}
Expand All @@ -164,7 +164,7 @@ jobs:
- name: Clean Mono
run: pushd ${{ env.MONO_SOURCE_ROOT }} && git reset --hard && git clean -xffd && git submodule foreach --recursive git reset --hard && git submodule foreach --recursive git clean -xffd && git submodule update --init --recursive && popd
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: godot-mono-builds
- name: Setup Python
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
- name: Checkout Mono Sources
if: steps.cache_mono_sources.outputs.cache-hit != 'true'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mono/mono
ref: ${{ env.MONO_TAG }}
Expand All @@ -236,7 +236,7 @@ jobs:
- name: Clean Mono
run: pushd ${{ env.MONO_SOURCE_ROOT }} && git reset --hard && git clean -xffd && git submodule foreach --recursive git reset --hard && git submodule foreach --recursive git clean -xffd && git submodule update --init --recursive && popd
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: godot-mono-builds
- name: Setup Python
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
- name: Checkout Mono Sources
if: steps.cache_mono_sources.outputs.cache-hit != 'true'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mono/mono
ref: ${{ env.MONO_TAG }}
Expand All @@ -308,7 +308,7 @@ jobs:
- name: Clean Mono
run: pushd ${{ env.MONO_SOURCE_ROOT }} && git reset --hard && git clean -xffd && git submodule foreach --recursive git reset --hard && git submodule foreach --recursive git clean -xffd && git submodule update --init --recursive && popd
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: godot-mono-builds
- name: Setup Python
Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
- name: Checkout Mono Sources
if: steps.cache_mono_sources.outputs.cache-hit != 'true'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mono/mono
ref: ${{ env.MONO_TAG }}
Expand All @@ -387,7 +387,7 @@ jobs:
- name: Clean Mono
run: pushd ${{ env.MONO_SOURCE_ROOT }} && git reset --hard && git clean -xffd && git submodule foreach --recursive git reset --hard && git submodule foreach --recursive git clean -xffd && git submodule update --init --recursive && popd
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: godot-mono-builds
- name: Setup Python
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
- name: Checkout Mono Sources
if: steps.cache_mono_sources.outputs.cache-hit != 'true'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mono/mono
ref: ${{ env.MONO_TAG }}
Expand All @@ -476,7 +476,7 @@ jobs:
- name: Clean Mono
run: pushd ${{ env.MONO_SOURCE_ROOT }} && git reset --hard && git clean -xffd && git submodule foreach --recursive git reset --hard && git submodule foreach --recursive git clean -xffd && git submodule update --init --recursive && popd
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: godot-mono-builds
- name: Setup Python
Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
- name: Checkout Mono Sources
if: steps.cache_mono_sources.outputs.cache-hit != 'true'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mono/mono
ref: ${{ env.MONO_TAG }}
Expand All @@ -541,7 +541,7 @@ jobs:
- name: Clean Mono
run: pushd ${{ env.MONO_SOURCE_ROOT }} && git reset --hard && git clean -xffd && git submodule foreach --recursive git reset --hard && git submodule foreach --recursive git clean -xffd && git submodule update --init --recursive && popd
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: godot-mono-builds
- name: Setup Python
Expand Down Expand Up @@ -645,7 +645,7 @@ jobs:
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
- name: Checkout Mono Sources
if: steps.cache_mono_sources.outputs.cache-hit != 'true' && steps.cache_llvm.outputs.cache-hit != 'true'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mono/mono
ref: ${{ env.MONO_TAG }}
Expand All @@ -656,7 +656,7 @@ jobs:
run: pushd ${{ env.MONO_SOURCE_ROOT }} && git reset --hard && git clean -xffd && git submodule foreach --recursive git reset --hard && git submodule foreach --recursive git clean -xffd && git submodule update --init --recursive && popd
- name: Checkout
if: steps.cache_llvm.outputs.cache-hit != 'true'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: godot-mono-builds
- name: Setup Python
Expand Down Expand Up @@ -721,7 +721,7 @@ jobs:
key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources
- name: Checkout Mono Sources
if: steps.cache_mono_sources.outputs.cache-hit != 'true'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mono/mono
ref: ${{ env.MONO_TAG }}
Expand All @@ -730,7 +730,7 @@ jobs:
- name: Clean Mono
run: pushd ${{ env.MONO_SOURCE_ROOT }} && git reset --hard && git clean -xffd && git submodule foreach --recursive git reset --hard && git submodule foreach --recursive git clean -xffd && git submodule update --init --recursive && popd
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: godot-mono-builds
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Lint repo
run: |
Expand Down
Loading