Skip to content

Commit 9ee8f88

Browse files
authored
Merge pull request #24 from ObolNetwork/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents b64803c + a2709f1 commit 9ee8f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
docs:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
99
with:
1010
ref: ${{ github.event.pull_request.head.ref }}
1111

0 commit comments

Comments
 (0)