Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2023
1 parent 73108e8 commit 9efbc45
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Validate Gradle wrapper
Expand All @@ -42,7 +42,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down

0 comments on commit 9efbc45

Please sign in to comment.