From 4cb9fa858a1177f59c811c3df524e47d3bf086cc Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Thu, 7 Mar 2024 16:08:34 +0100 Subject: [PATCH] Update workflow versions (#50) * Update workflow versions * Sync files to realm-cpp --- .github/sync.yml | 2 ++ .github/workflows/issue-needs-attention.yml | 2 +- .github/workflows/release-to-slack.yml | 2 +- .github/workflows/sync-files-to-repos.yml | 6 ++++-- .github/workflows/update-changelog.yml | 2 +- mdb-realm/README.md | 2 +- synced-files/.github/workflows/check-changelog.yml | 2 +- synced-files/.github/workflows/issue-labeler.yml | 2 +- 8 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/sync.yml b/.github/sync.yml index 20818d3..b71043a 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -36,6 +36,7 @@ group: realm/realm-dart realm/realm-kotlin realm/realm-studio + realm/realm-cpp realm/test # Core doesn't have issue forms yet, so don't need the issue-labeler @@ -65,6 +66,7 @@ group: realm/realm-dotnet realm/realm-swift realm/realm-dart + realm/realm-cpp realm/test # Don't use issue forms yet: diff --git a/.github/workflows/issue-needs-attention.yml b/.github/workflows/issue-needs-attention.yml index 8efefc0..4cb1f0a 100644 --- a/.github/workflows/issue-needs-attention.yml +++ b/.github/workflows/issue-needs-attention.yml @@ -11,7 +11,7 @@ jobs: name: Apply Needs-Attention Label runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Apply Needs-Attention Label uses: hramos/needs-attention@v1 with: diff --git a/.github/workflows/release-to-slack.yml b/.github/workflows/release-to-slack.yml index ae87ba5..efd0df2 100644 --- a/.github/workflows/release-to-slack.yml +++ b/.github/workflows/release-to-slack.yml @@ -13,7 +13,7 @@ jobs: run: working-directory: release-to-slack steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: | npm ci npm run all diff --git a/.github/workflows/sync-files-to-repos.yml b/.github/workflows/sync-files-to-repos.yml index fd6797a..fa21a49 100644 --- a/.github/workflows/sync-files-to-repos.yml +++ b/.github/workflows/sync-files-to-repos.yml @@ -12,12 +12,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@475a6502288f55cc52e951bdd1c44d7981218478 with: GH_PAT: ${{ secrets.REALM_CI_PAT }} - PR_LABELS: no-changelog + PR_LABELS: | + no-changelog + no-jira-ticket DRY_RUN: false GIT_USERNAME: realm-ci GIT_EMAIL: robot@realm.io diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml index b391119..65a10d4 100644 --- a/.github/workflows/update-changelog.yml +++ b/.github/workflows/update-changelog.yml @@ -13,7 +13,7 @@ jobs: run: working-directory: update-changelog steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: | npm ci npm run all diff --git a/mdb-realm/README.md b/mdb-realm/README.md index 615eb51..31db0d2 100644 --- a/mdb-realm/README.md +++ b/mdb-realm/README.md @@ -49,7 +49,7 @@ cleanup-baas-my-test-target: - run-my-test-target if: always() steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: realm/ci-actions/mdb-realm/cleanup@ with: projectId: ${{ secrets.ATLAS_PROJECT_ID }} diff --git a/synced-files/.github/workflows/check-changelog.yml b/synced-files/.github/workflows/check-changelog.yml index e23ae17..9c85600 100644 --- a/synced-files/.github/workflows/check-changelog.yml +++ b/synced-files/.github/workflows/check-changelog.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445 + uses: actions/checkout@v4 with: submodules: false - name: Enforce Changelog diff --git a/synced-files/.github/workflows/issue-labeler.yml b/synced-files/.github/workflows/issue-labeler.yml index 5c9af50..a93e0c8 100644 --- a/synced-files/.github/workflows/issue-labeler.yml +++ b/synced-files/.github/workflows/issue-labeler.yml @@ -19,7 +19,7 @@ jobs: template: [ bug.yml, feature.yml ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Parse issue form uses: stefanbuck/github-issue-parser@c1a559d78bfb8dd05216dab9ffd2b91082ff5324 # v3.0.1