We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37508e commit a1a5725Copy full SHA for a1a5725
1 file changed
.github/workflows/slack-pr-reminder.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout repository
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
with:
16
# Only checkout the master branch to avoid changes to this script
17
# This is to reduce the possibilities of a secret leak from modifying
0 commit comments