Skip to content

Commit ef99cdd

Browse files
Update checkout action to v4
1 parent d27902f commit ef99cdd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/copy-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it,
2323
# but specifies master branch (old default).
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
2727
ref: master

.github/workflows/firebase_test_lab.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
macrobenchmark: ${{ steps.filter.outputs.macrobenchmark }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 1
2525
- uses: dorny/paths-filter@v2
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
fetch-depth: 1
4242

.github/workflows/generate-bp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
macrobenchmark: ${{ steps.filter.outputs.macrobenchmark }}
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
- uses: dorny/paths-filter@v2
2828
id: filter
2929
with:
@@ -42,7 +42,7 @@ jobs:
4242
working-directory: ./MacrobenchmarkSample
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646

4747
- name: Setup JDK
4848
id: setup-java

0 commit comments

Comments
 (0)