We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062de98 commit a17a2caCopy full SHA for a17a2ca
.github/workflows/clean-repo.yml
@@ -14,7 +14,7 @@ jobs:
14
pull-requests: write
15
16
steps:
17
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4.2.0
18
19
# Call clean repo
20
- name: Clean repo
.github/workflows/whats-new.yml
@@ -18,7 +18,7 @@ jobs:
21
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
+ - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
22
23
- name: "Print manual run reason"
24
if: ${{ github.event_name == 'workflow_dispatch' }}
0 commit comments