Skip to content

Commit dbff00a

Browse files
authored
Merge pull request #28 from VictoriaMetrics/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e30db71 + 97923b9 commit dbff00a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: '0'
2222
fetch-tags: 'true'
@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797

9898
- name: Checkout
99-
uses: actions/checkout@v5
99+
uses: actions/checkout@v6
100100
with:
101101
fetch-depth: '0'
102102
fetch-tags: 'true'

0 commit comments

Comments
 (0)