Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/actions/check-merge-queue-changelogs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
using: composite
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
with:
fetch-depth: 0

- name: Get pull request number
id: pr-number
uses: actions/github-script@v8
uses: actions/github-script@v9
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
env:
HEAD_REF: ${{ github.event.pull_request.head.ref || github.event.merge_group.head_ref }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/check-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using: composite
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v7
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
with:
fetch-depth: 0

Expand Down Expand Up @@ -185,7 +185,7 @@

- name: Hide previous comments
if: steps.is-release.outputs.IS_RELEASE == 'true'
uses: actions/github-script@v8
uses: actions/github-script@v9
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
env:
PR_NUMBER: ${{ steps.pr-number.outputs.PR_NUMBER }}
with:
Expand Down Expand Up @@ -215,7 +215,7 @@

- name: Reply on pull request
if: steps.check-release.outputs.has-conflicts == 'true'
uses: actions/github-script@v8
uses: actions/github-script@v9
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
env:
PACKAGE_NAMES: ${{ steps.check-release.outputs.package-names }}
PR_NUMBER: ${{ steps.pr-number.outputs.PR_NUMBER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ensure-blocking-pr-labels-absent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
with:
is-high-risk-environment: false
- name: Run command
uses: actions/github-script@v8
uses: actions/github-script@v9
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
with:
script: |
if (context.payload.pull_request.labels.some((label) => label.name === 'DO-NOT-MERGE')) {
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
- name: Validate changelog diffs
uses: ./.github/actions/check-merge-queue-changelogs

Expand All @@ -156,7 +156,7 @@
exit 1
fi
- name: Upload build artifacts
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@v7
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
with:
name: package-dist-${{ github.sha }}
# Glob discards the path before the first wildcard (`packages/`), so
Expand Down Expand Up @@ -202,7 +202,7 @@
is-high-risk-environment: false
node-version: ${{ matrix.node-version }}
- name: Restore build artifacts
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
uses: actions/download-artifact@v8
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
with:
name: package-dist-${{ github.sha }}
path: packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if: github.event_name != 'merge_group' || needs.check-skip-merge-queue.outputs.skip-merge-queue != 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
- name: Download actionlint
id: download-actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/914e7df21a07ef503a81201c76d2b11c789d3fca/scripts/download-actionlint.bash) 1.7.12
Expand Down Expand Up @@ -94,7 +94,7 @@
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v7
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
- name: Check release
if: github.event_name != 'push'
uses: ./.github/actions/check-release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
RPC_WEB_SOCKET_URL_LOCALNET: ${{ vars.RPC_WEB_SOCKET_URL_LOCALNET }}
EXPLORER_BASE_URL: ${{ vars.EXPLORER_BASE_URL }}
- name: Upload build artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
with:
name: publish-release-artifacts-${{ github.sha }}
include-hidden-files: true
Expand All @@ -118,7 +118,7 @@
is-high-risk-environment: true
ref: ${{ github.sha }}
- name: Restore build artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
with:
name: publish-release-artifacts-${{ github.sha }}
- name: Dry run publish to NPM
Expand All @@ -142,7 +142,7 @@
is-high-risk-environment: true
ref: ${{ github.sha }}
- name: Restore build artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
with:
name: publish-release-artifacts-${{ github.sha }}
- name: Publish to NPM
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
>> "$GITHUB_OUTPUT"

- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down Expand Up @@ -103,7 +103,7 @@
contents: write
pull_requests: write
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
- name: React to the comment
run: |
gh api \
Expand Down Expand Up @@ -136,7 +136,7 @@
pull_requests: write

- name: Check out the base branch
uses: actions/checkout@v6
uses: actions/checkout@v7
Comment thread
ulissesferreira marked this conversation as resolved.
Dismissed
with:
ref: ${{ needs.is-release.outputs.merge-base }}
token: ${{ steps.get-token.outputs.token }}
Expand Down
Loading