forked from clojure-lsp/clojure-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout (clojure-lsp#675)
- Loading branch information
Showing
4 changed files
with
33 additions
and
11 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 |
---|---|---|
|
@@ -8,7 +8,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Check deps | ||
uses: nnichols/clojure-dependency-update-action@v3 | ||
|
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 |
---|---|---|
|
@@ -37,7 +37,9 @@ jobs: | |
if: ${{ github.event.workflow_run.conclusion == 'success' }} | ||
runs-on: macos-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- name: Get latest tag | ||
id: latest-tag | ||
uses: WyriHaximus/github-action-get-previous-tag@v1 | ||
|
@@ -84,7 +86,9 @@ jobs: | |
if: ${{ github.event.workflow_run.conclusion == 'success' }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- name: Get latest tag | ||
id: latest-tag | ||
uses: WyriHaximus/github-action-get-previous-tag@v1 | ||
|
@@ -110,7 +114,9 @@ jobs: | |
if: ${{ github.event.workflow_run.conclusion == 'success' }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- name: Get latest tag | ||
id: latest-tag | ||
uses: WyriHaximus/github-action-get-previous-tag@v1 | ||
|
@@ -136,7 +142,9 @@ jobs: | |
if: ${{ github.event.workflow_run.conclusion == 'success' }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- name: Get latest tag | ||
id: latest-tag | ||
uses: WyriHaximus/github-action-get-previous-tag@v1 | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,9 @@ jobs: | |
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Install Clojure | ||
uses: DeLaGuardo/setup-clojure@master | ||
|
@@ -48,7 +50,9 @@ jobs: | |
matrix: | ||
jdk: [8, 11, 15, 17] | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up JDK ${{ matrix.jdk }} | ||
uses: actions/setup-java@v1 | ||
|
@@ -70,7 +74,9 @@ jobs: | |
matrix: | ||
jdk: [8, 11, 15, 17] | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up JDK ${{ matrix.jdk }} | ||
uses: actions/setup-java@v1 | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,9 @@ jobs: | |
name: Build JVM jar and embedded jar | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- name: Prepare java | ||
uses: actions/setup-java@v1 | ||
with: | ||
|
@@ -325,7 +327,9 @@ jobs: | |
needs: [build-jvm, linux-amd64, linux-amd64-static, macos, windows] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- name: Get latest tag | ||
id: latest-tag | ||
uses: WyriHaximus/github-action-get-previous-tag@v1 | ||
|
@@ -353,7 +357,9 @@ jobs: | |
needs: [release] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- name: Get latest tag | ||
id: latest-tag | ||
uses: WyriHaximus/github-action-get-previous-tag@v1 | ||
|