Skip to content

Commit 614f3d3

Browse files
authored
Merge pull request #45 from revopush/dependabot/github_actions/github-actions-7a5a078ad4
ci: bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group
2 parents 42224c1 + 26fb005 commit 614f3d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 15
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626
with:
2727
persist-credentials: false
2828

@@ -44,7 +44,7 @@ jobs:
4444
timeout-minutes: 15
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
47+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4848
with:
4949
persist-credentials: false
5050

0 commit comments

Comments
 (0)