Browse Source

Merge remote-tracking branch 'origin/master' into develop

Daniel Gibbs 4 năm trước cách đây
mục cha
commit
3693521ee6

+ 1 - 1
.github/workflows/create-release.yml

@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       # Drafts your next Release notes as Pull Requests are merged into "master"
-      - uses: release-drafter/release-drafter@v5.18.1
+      - uses: release-drafter/release-drafter@v5.19.0
         with:
           config-name: release-drafter.yml
         env:

+ 2 - 2
.github/workflows/git-sync.yml

@@ -10,8 +10,8 @@ jobs:
   GitHub-to-Bitbucket:
     runs-on: ubuntu-latest
     steps:
-    - name: webfactory/ssh-agent@v0.5.3
-      uses: webfactory/ssh-agent@v0.5.3
+    - name: webfactory/ssh-agent@v0.5.4
+      uses: webfactory/ssh-agent@v0.5.4
       with:
         ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
 

+ 2 - 2
.github/workflows/lock.yml

@@ -11,11 +11,11 @@ jobs:
       - uses: dessant/lock-threads@v3
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
-          issue-lock-comment: >
+          issue-comment: >
             This issue has been automatically locked since there
             has not been any recent activity after it was closed.
             Please open a new issue for related bugs.
-          pr-lock-comment: >
+          pr-comment: >
             This pull request has been automatically locked since there
             has not been any recent activity after it was closed.
             Please open a new issue for related bugs.

+ 1 - 1
.github/workflows/version-check.yml

@@ -16,7 +16,7 @@ jobs:
     # Steps represent a sequence of tasks that will be executed as part of the job
     steps:
     # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
 
     # Runs a single command using the runners shell
     - name: compare versions