Skip to content

Commit 40c6581

Browse files
authored
Merge pull request #24 from urcomputeringpal/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3.6.0
2 parents 23c8936 + 3c3132e commit 40c6581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: github.event_name == 'push'
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
25+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2626
- uses: ./
2727
id: summarizeHistory
2828
timeout-minutes: 2
@@ -39,7 +39,7 @@ jobs:
3939
if: github.event_name == 'pull_request'
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
42+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
4343
- uses: ./
4444
id: summarizeHistory
4545
timeout-minutes: 2

0 commit comments

Comments
 (0)