Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Jan 14, 2024
1 parent 8bda494 commit 4642bae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.4.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -42,7 +42,7 @@ jobs:
scala: ['2.12.17', '2.13.10', '3.2.2']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.4.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -66,7 +66,7 @@ jobs:
scala: ['2.12.17', '2.13.10', '3.2.2']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.4.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -85,7 +85,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.4.0
uses: actions/checkout@v4.0.0
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -102,7 +102,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.4.0
uses: actions/checkout@v4.0.0
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -128,7 +128,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout current branch
uses: actions/checkout@v3.4.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Setup Java
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Git Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.0.0
with:
fetch-depth: '0'
- name: Setup Scala
Expand All @@ -41,7 +41,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.0.0
with:
fetch-depth: '0'
- name: Setup Scala
Expand All @@ -65,7 +65,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.0.0
with:
ref: ${{ github.head_ref }}
fetch-depth: '0'
Expand Down

0 comments on commit 4642bae

Please sign in to comment.