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.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent 51037e7 commit 49943ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0
- name: Validate Gradle wrapper
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

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

steps:
- name: Check out code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

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

steps:
- name: Check out code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

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

steps:
- name: Check out code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand All @@ -260,7 +260,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

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

steps:
- name: Check out code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down

0 comments on commit 49943ea

Please sign in to comment.