Skip to content

Commit 67cd2d0

Browse files
Merge pull request #8878 from decentraland/release/2026-06-01
release: 2026-06-01
2 parents 4ff91bc + 3a2d23a commit 67cd2d0

109 files changed

Lines changed: 3218 additions & 389 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Check PR type
1515
id: check
16-
uses: actions/github-script@v7
16+
uses: actions/github-script@v8
1717
with:
1818
script: |
1919
const title = context.payload.pull_request.title || '';

.github/workflows/auto-label-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 1
2323

.github/workflows/auto-sync-main-to-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Check out the code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Create or update branch
1717
run: |

.github/workflows/build-game-ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: Ubuntu-Big
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949

5050
- name: Clone game-ci/docker
5151
run: git clone https://github.com/game-ci/docker.git

.github/workflows/build-profile-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
should_build: ${{ steps.check.outputs.should_build }}
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
ref: dev
@@ -59,7 +59,7 @@ jobs:
5959
tag_version: ${{ steps.get_version.outputs.tag_version }}
6060
steps:
6161
- name: Checkout code
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v6
6363
with:
6464
fetch-depth: 0
6565
ref: dev

.github/workflows/build-release-main-page.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tag_version: ${{ steps.get_version.outputs.next_tag_version }}
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
ref: 'main'
@@ -37,7 +37,7 @@ jobs:
3737
needs: get-info
3838
steps:
3939
- name: Checkout code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 0
4343
ref: 'main'

.github/workflows/build-release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
tag_version: ${{ steps.get_version.outputs.next_tag_version }}
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)