Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 4.1.1 to 4.1.3 #1229

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].3
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].3
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].3
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].3
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].3
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].3
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].3
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].3
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].3
with:
fetch-depth: 0
- name: Setup Java
Expand Down
Loading