Skip to content

Commit a1a5725

Browse files
Update actions/checkout action from v2 to v4 (.github/workflows/slack-pr-reminder.yml) (#12146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c37508e commit a1a5725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/slack-pr-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
# Only checkout the master branch to avoid changes to this script
1717
# This is to reduce the possibilities of a secret leak from modifying

0 commit comments

Comments
 (0)