Skip to content

Commit

Permalink
Update workflow versions (#50)
Browse files Browse the repository at this point in the history
* Update workflow versions

* Sync files to realm-cpp
  • Loading branch information
nirinchev authored Mar 7, 2024
1 parent ea0705e commit 4cb9fa8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-needs-attention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 4 additions & 2 deletions .github/workflows/sync-files-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mdb-realm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@<COMMIT_SHA>
with:
projectId: ${{ secrets.ATLAS_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion synced-files/.github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion synced-files/.github/workflows/issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cb9fa8

Please sign in to comment.