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.
2 parents 23c8936 + 3c3132e commit 40c6581Copy full SHA for 40c6581
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
if: github.event_name == 'push'
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
26
- uses: ./
27
id: summarizeHistory
28
timeout-minutes: 2
@@ -39,7 +39,7 @@ jobs:
39
if: github.event_name == 'pull_request'
40
41
42
43
44
45
0 commit comments