Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.3 (#418)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent b7477d6 commit adc64ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
- name: Setup Java
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- '3.4.1'
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -69,7 +69,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
- name: Setup Java
uses: actions/setup-java@v4.2.1
with:
Expand All @@ -86,7 +86,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
- name: Setup Java
uses: actions/setup-java@v4.2.1
with:
Expand All @@ -112,7 +112,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
- name: Setup Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
fetch-depth: '0'
- name: Setup Java
Expand Down

0 comments on commit adc64ae

Please sign in to comment.