This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/checkout action to v3.4.0
- Loading branch information
1 parent
cc9b634
commit 62b32d5
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters