Skip to content

Commit d4999a0

Browse files
authored
Merge pull request #22 from opszero/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f56ef41 + a4deb35 commit d4999a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
pre-commit:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: hashicorp/setup-terraform@v3
1313
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)