Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.3 to 4.1.4 (#1302)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.3...v4.1.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 3, 2024
1 parent 1664a14 commit 2fddd4f
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/[email protected].3
uses: actions/[email protected].4
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/[email protected].3
uses: actions/[email protected].4
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -71,7 +71,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch
uses: actions/[email protected].3
uses: actions/[email protected].4
- name: Setup Java
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
platform: ['JVM']
steps:
- name: Checkout current branch
uses: actions/[email protected].3
uses: actions/[email protected].4
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/[email protected].3
uses: actions/[email protected].4
- name: Setup Java
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
platform: ['JS', 'Native']
steps:
- name: Checkout current branch
uses: actions/[email protected].3
uses: actions/[email protected].4
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -197,7 +197,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
steps:
- name: Git Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4
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/[email protected].3
uses: actions/[email protected].4
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/[email protected].3
uses: actions/[email protected].4
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/[email protected].3
uses: actions/[email protected].4
with:
fetch-depth: '0'
- name: notify the main repo about the new release of docs package
Expand Down

0 comments on commit 2fddd4f

Please sign in to comment.