Skip to content

Commit e6b5dc6

Browse files
Merge pull request #13 from ksrgtech/renovate/actions-checkout-6.x
2 parents 3d2e578 + f59f8f8 commit e6b5dc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
hi:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5.0.0
10+
- uses: actions/checkout@v6.0.1
1111
with:
1212
# full log
1313
fetch-depth: 0

.github/workflows/validate-renovate-base-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5.0.0
19+
- uses: actions/checkout@v6.0.1
2020
- name: Run a one-line script
2121
run: |
2222
npm install -g renovate

0 commit comments

Comments
 (0)