Bladeren bron

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

Daniel Gibbs 4 jaren geleden
bovenliggende
commit
3693521ee6

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

@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       # Drafts your next Release notes as Pull Requests are merged into "master"
       # 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:
         with:
           config-name: release-drafter.yml
           config-name: release-drafter.yml
         env:
         env:

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

@@ -10,8 +10,8 @@ jobs:
   GitHub-to-Bitbucket:
   GitHub-to-Bitbucket:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     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:
       with:
         ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
         ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
 
 

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

@@ -11,11 +11,11 @@ jobs:
       - uses: dessant/lock-threads@v3
       - uses: dessant/lock-threads@v3
         with:
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           github-token: ${{ secrets.GITHUB_TOKEN }}
-          issue-lock-comment: >
+          issue-comment: >
             This issue has been automatically locked since there
             This issue has been automatically locked since there
             has not been any recent activity after it was closed.
             has not been any recent activity after it was closed.
             Please open a new issue for related bugs.
             Please open a new issue for related bugs.
-          pr-lock-comment: >
+          pr-comment: >
             This pull request has been automatically locked since there
             This pull request has been automatically locked since there
             has not been any recent activity after it was closed.
             has not been any recent activity after it was closed.
             Please open a new issue for related bugs.
             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 represent a sequence of tasks that will be executed as part of the job
     steps:
     steps:
     # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
     # 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
     # Runs a single command using the runners shell
     - name: compare versions
     - name: compare versions