Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.5 (#1318)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 6ada8f2 commit ae799b1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- name: Setup Java
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
platform: ['JVM', 'JS', 'Native']
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Setup Java
uses: actions/setup-java@v4.2.1
with:
Expand All @@ -71,7 +71,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Setup Java
uses: actions/setup-java@v4.2.1
with:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
platform: ['JVM']
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- name: Setup Java
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
platform: ['JVM']
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Setup Java
uses: actions/setup-java@v4.2.1
with:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
platform: ['JS', 'Native']
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Setup Java
uses: actions/setup-java@v4.2.1
with:
Expand All @@ -197,7 +197,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
steps:
- name: Git Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
fetch-depth: '0'
- name: Install libuv
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- name: Setup Java
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
steps:
- name: Git Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
fetch-depth: '0'
- name: Install libuv
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }}
steps:
- name: Git Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
fetch-depth: '0'
- name: notify the main repo about the new release of docs package
Expand Down

0 comments on commit ae799b1

Please sign in to comment.