Skip to content

Commit

Permalink
🔄 Synced file(s) with realm/ci-actions (#8504)
Browse files Browse the repository at this point in the history
* 🔄 Synced local '.github/workflows/issue-labeler.yml' with remote 'synced-files/.github/workflows/issue-labeler.yml'

* 🔄 Synced local '.github/workflows/check-changelog.yml' with remote 'synced-files/.github/workflows/check-changelog.yml'

---------

Co-authored-by: realm-ci <[email protected]>
  • Loading branch information
fealebenpae and realm-ci authored Mar 7, 2024
1 parent 487cf42 commit 0f54ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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 .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 0f54ed7

Please sign in to comment.