Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update actions/checkout action to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent cc9b634 commit 62b32d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.3.0
uses: actions/checkout@v3.4.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand All @@ -33,7 +33,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v14
- name: Cache scala dependencies
Expand All @@ -50,7 +50,7 @@ jobs:
java: ["[email protected]", "[email protected]"]
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
cat <(echo "${{ secrets.PGP_SECRET }}") | base64 -d | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
fetch-depth: 0
- name: Setup Scala and 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@v3.4.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@v3.4.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@v3.4.0
with:
ref: ${{ github.head_ref }}
fetch-depth: '0'
Expand Down

0 comments on commit 62b32d5

Please sign in to comment.