Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 1be3885 commit 9bcc077
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
continue-on-error: true
steps:
- name: Git Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'
- name: Install libuv
Expand All @@ -45,7 +45,7 @@ jobs:
continue-on-error: false
steps:
- name: Git Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'
- name: Install libuv
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
- name: Git Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'
- name: Test
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Git Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'
- name: Install libuv
Expand All @@ -165,7 +165,7 @@ jobs:
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
steps:
- name: Git Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'
- name: Install libuv
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
steps:
- name: Git Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.0
with:
ref: ${{ github.head_ref }}
fetch-depth: '0'
Expand Down

0 comments on commit 9bcc077

Please sign in to comment.