Skip to content

Commit a46c52a

Browse files
Merge pull request #464 from android-password-store/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5.0.1
2 parents 07fd7d3 + a4affbc commit a46c52a

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1313

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

0 commit comments

Comments
 (0)