aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/comment-config-changes.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/comment-config-changes.yml')
-rw-r--r--.github/workflows/comment-config-changes.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/comment-config-changes.yml b/.github/workflows/comment-config-changes.yml
index a6c1150c..2e907e8d 100644
--- a/.github/workflows/comment-config-changes.yml
+++ b/.github/workflows/comment-config-changes.yml
@@ -9,7 +9,7 @@ jobs:
PR_NUMBER: ${{ github.event.pull_request.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}