Skip to content

Commit e184f94

Browse files
authored
Merge pull request #65 from dependabot/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 3 to 7
2 parents cc547d3 + 9f56be6 commit e184f94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: dependabot/fetch-metadata@v1.3.1
1313

1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v7
1616
with:
1717
ref: ${{ github.event.pull_request.head.ref }}
1818
token: ${{ secrets.SECRET_PAT }}

0 commit comments

Comments
 (0)