Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 4785add commit b0917b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Project checkout
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Setup gradle build
uses: ./.github/actions/setup-gradle-build
Expand All @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Project checkout
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Setup gradle build
uses: ./.github/actions/setup-gradle-build
Expand All @@ -48,7 +48,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Project checkout
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Setup gradle build
uses: ./.github/actions/setup-gradle-build
Expand All @@ -67,7 +67,7 @@ jobs:
device-config: [ "pixel6api30aospatd" ]
steps:
- name: Project checkout
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Setup gradle build
uses: ./.github/actions/setup-gradle-build
Expand All @@ -94,7 +94,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Project checkout
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Setup gradle build
uses: ./.github/actions/setup-gradle-build
Expand Down

0 comments on commit b0917b6

Please sign in to comment.