Skip to content

Commit 63d54e7

Browse files
authored
Merge pull request #45 from nodeify-eth/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents b850dc0 + 623fefc commit 63d54e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
with:
2525
fetch-depth: 0
2626
ref: ${{ github.head_ref }}
@@ -78,7 +78,7 @@ jobs:
7878
contents: write
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@v6
81+
uses: actions/checkout@v7
8282
with:
8383
fetch-depth: 0
8484
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)