Skip to content

Commit d8abb4a

Browse files
Merge pull request #466 from android-password-store/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 6516de0 + 53fd21a commit d8abb4a

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/checkout@v5.0.1
23+
uses: actions/checkout@v6.0.0
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/checkout@v5.0.1
56+
uses: actions/checkout@v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
12+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1313

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

0 commit comments

Comments
 (0)