Skip to content

Commit af8c2ef

Browse files
Merge pull request #468 from android-password-store/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6.0.1
2 parents 9de52a2 + 389fbd8 commit af8c2ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121

2222
- name: Checkout repository
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424
with:
2525
fetch-depth: 0
2626

@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout repository
56-
uses: actions/[email protected].0
56+
uses: actions/[email protected].1
5757
with:
5858
fetch-depth: 0
5959

.github/workflows/release.yml

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 repository
12-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
12+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1313

1414
- name: Set up JDK
1515
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0

0 commit comments

Comments
 (0)