summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerene-Arc <33189705+Serene-Arc@users.noreply.github.com>2023-10-29 18:11:03 +1000
committerSerene-Arc <33189705+Serene-Arc@users.noreply.github.com>2023-10-29 18:38:29 +1000
commitfb6c1070254f81887eee4d80685db2d642589c14 (patch)
tree53d18c9814042ef804fa910956955803e864c05b
parentdbc7ba7b80afde3f928f53259682cd50235545e4 (diff)
Update version
-rw-r--r--.github/workflows/changelog_reminder.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/changelog_reminder.yaml b/.github/workflows/changelog_reminder.yaml
index ec8c93921..fb4c8e278 100644
--- a/.github/workflows/changelog_reminder.yaml
+++ b/.github/workflows/changelog_reminder.yaml
@@ -11,8 +11,9 @@ jobs:
check_changes:
runs-on: ubuntu-latest
steps:
- - name: Checkout repo
- uses: actions/checkout@v2
+ - uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
- name: Get changed files
id: getfile
@@ -25,7 +26,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: Comment PR
- uses: thollander/actions-comment-pull-request@master
+ uses: thollander/actions-comment-pull-request@v2
with:
message: 'Thank you for the PR! The changelog has not been updated so here is a friendly reminder to check if you need at add an entry.'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'