about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 12:12:23 +0200
committerGitHub <noreply@github.com>2022-03-27 12:12:23 +0200
commit319145c9dcc589923bb67cf8682fe6d38c56df19 (patch)
treea67f2033b86d33eb7b393ad7875d3a08e1ce90d1 /.github
parent898fd29e73ccbedba34fba7af61a91cb53187ead (diff)
parent180dada3eded739c4902d7fd9e12326fbfae11b5 (diff)
downloadnixlib-319145c9dcc589923bb67cf8682fe6d38c56df19.tar
nixlib-319145c9dcc589923bb67cf8682fe6d38c56df19.tar.gz
nixlib-319145c9dcc589923bb67cf8682fe6d38c56df19.tar.bz2
nixlib-319145c9dcc589923bb67cf8682fe6d38c56df19.tar.lz
nixlib-319145c9dcc589923bb67cf8682fe6d38c56df19.tar.xz
nixlib-319145c9dcc589923bb67cf8682fe6d38c56df19.tar.zst
nixlib-319145c9dcc589923bb67cf8682fe6d38c56df19.zip
Merge pull request #165397 from Mic92/create-or-update-comment
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/periodic-merge-24h.yml2
-rw-r--r--.github/workflows/periodic-merge-6h.yml2
-rw-r--r--.github/workflows/update-terraform-providers.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml
index 5ad0db1db51c..027c63aad9a2 100644
--- a/.github/workflows/periodic-merge-24h.yml
+++ b/.github/workflows/periodic-merge-24h.yml
@@ -49,7 +49,7 @@ jobs:
           github_token: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Comment on failure
-        uses: peter-evans/create-or-update-comment@v1
+        uses: peter-evans/create-or-update-comment@v2
         if: ${{ failure() }}
         with:
           issue-number: 105153
diff --git a/.github/workflows/periodic-merge-6h.yml b/.github/workflows/periodic-merge-6h.yml
index a8af04b78bc2..5588d216ea03 100644
--- a/.github/workflows/periodic-merge-6h.yml
+++ b/.github/workflows/periodic-merge-6h.yml
@@ -43,7 +43,7 @@ jobs:
           github_token: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Comment on failure
-        uses: peter-evans/create-or-update-comment@v1
+        uses: peter-evans/create-or-update-comment@v2
         if: ${{ failure() }}
         with:
           issue-number: 105153
diff --git a/.github/workflows/update-terraform-providers.yml b/.github/workflows/update-terraform-providers.yml
index 09d208a62160..0c775cb6e402 100644
--- a/.github/workflows/update-terraform-providers.yml
+++ b/.github/workflows/update-terraform-providers.yml
@@ -39,7 +39,7 @@ jobs:
           title: ${{ steps.setup.outputs.title }}
           token: ${{ secrets.GITHUB_TOKEN }}
       - name: comment on failure
-        uses: peter-evans/create-or-update-comment@v1
+        uses: peter-evans/create-or-update-comment@v2
         if: ${{ failure() }}
         with:
           issue-number: 153416