Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 12, 2023
1 parent 3a9c3e9 commit 7250822
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@v3.5.1
with:
fetch-depth: '0'
- name: Setup Scala
Expand All @@ -43,7 +43,7 @@ jobs:
continue-on-error: false
steps:
- name: Git Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.1
with:
fetch-depth: '0'
- name: Setup Scala
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
- name: Git Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.1
with:
fetch-depth: '0'
- name: Test
Expand All @@ -109,7 +109,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Git Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.1
with:
fetch-depth: '0'
- name: Setup Scala
Expand All @@ -134,7 +134,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@v3.5.1
with:
fetch-depth: '0'
- name: Setup Scala
Expand All @@ -161,7 +161,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@v3.5.1
with:
ref: ${{ github.head_ref }}
fetch-depth: '0'
Expand Down

0 comments on commit 7250822

Please sign in to comment.