Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2023
1 parent d132967 commit 3d47e68
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand All @@ -37,7 +37,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.1
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v14
- name: Cache scala dependencies
Expand All @@ -56,7 +56,7 @@ jobs:
platform: ['JVM']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand All @@ -106,7 +106,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
steps:
- name: Git Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: '0'
- name: Install libuv
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
steps:
- name: Git Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: '0'
- name: Install libuv
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }}
steps:
- name: Git Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: '0'
- name: notify the main repo about the new release of docs package
Expand Down

0 comments on commit 3d47e68

Please sign in to comment.