Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 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.1...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]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent f3757dd commit 1c3c82e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: ${{ !github.event.pull_request.head.repo.fork }} # comes from https://github.com/orgs/community/discussions/25217#discussioncomment-3246904
steps:
- name: Checkout current branch
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
fetch-depth: 0
- name: Setup Java
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
continue-on-error: true
steps:
- name: Git Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
fetch-depth: '0'
- name: Install libuv
Expand All @@ -48,7 +48,7 @@ jobs:
continue-on-error: false
steps:
- name: Git Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
fetch-depth: '0'
- name: Install libuv
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Cache Dependencies
uses: coursier/[email protected]
- name: Git Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
fetch-depth: '0'
- name: Test
Expand All @@ -100,7 +100,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
steps:
- name: Git Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
fetch-depth: '0'
- name: Install libuv
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Git Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
fetch-depth: '0'
- name: Install libuv
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
steps:
- name: Git Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
fetch-depth: '0'
- name: Install libuv
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }}
steps:
- name: Git Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
fetch-depth: '0'
- name: notify the main repo about the new release of docs package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.head.repo.fork }} # comes from https://github.com/orgs/community/discussions/25217#discussioncomment-3246904
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
fetch-depth: 0
- name: Setup Java
Expand Down

0 comments on commit 1c3c82e

Please sign in to comment.