瀏覽代碼

Merge pull request #4795 from mailcow/staging

Niklas Meyer 2 年之前
父節點
當前提交
b173e2ef86
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/close_old_issues_and_prs.yml
  2. 1 1
      .github/workflows/pr_to_nightly.yml

+ 1 - 1
.github/workflows/close_old_issues_and_prs.yml

@@ -14,7 +14,7 @@ jobs:
       pull-requests: write
     steps:
       - name: Mark/Close Stale Issues and Pull Requests 🗑️
-        uses: actions/stale@v6.0.0
+        uses: actions/stale@v6.0.1
         with:
           repo-token: ${{ secrets.STALE_ACTION_PAT }}
           days-before-stale: 60

+ 1 - 1
.github/workflows/pr_to_nightly.yml

@@ -12,7 +12,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Run the Action
-        uses: devops-infra/action-pull-request@v0.5.0
+        uses: devops-infra/action-pull-request@v0.5.1
         with:
           github_token: ${{ secrets.PRTONIGHTLY_ACTION_PAT }}
           title: Automatic PR to nightly from ${{ github.event.repository.updated_at}}