Skip to content

Commit 905a375

Browse files
Update actions/checkout action to v6.0.2
1 parent 47486ef commit 905a375

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/[email protected].1
10+
- uses: actions/[email protected].2
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/[email protected].1
19+
- uses: actions/[email protected].2
2020
- name: Run a one-line script
2121
run: |
2222
npm install -g renovate

0 commit comments

Comments
 (0)