Skip to content

Commit ea3b5a1

Browse files
authored
Merge pull request #2 from GitGuardian/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 5445ec8 + 1bbd735 commit ea3b5a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
HELM_CACHE_HOME: /tmp/helm-cache/
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v3
1717

1818
- name: Restore helm cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

0 commit comments

Comments
 (0)