Content-Length: 654153 | pFad | https://github.com/Vampire/setup-wsl/commit/45f5a8c009e3f8d10b300d2d4fd599bab530a65d

C1 [Gradle Release Plugin] - pre tag commit: 'v3.1.0'. · Vampire/setup-wsl@45f5a8c · GitHub
Skip to content

Commit 45f5a8c

Browse files
committed
[Gradle Release Plugin] - pre tag commit: 'v3.1.0'.
2 parents d4e8379 + b7c49fb commit 45f5a8c

20 files changed

+2546
-1444
lines changed

.github/workflows/check-action-typing.main.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
@file:Import("workflow-with-copyright.main.kts")
2020

21-
import it.krzeminski.githubactions.actions.actions.CheckoutV3
22-
import it.krzeminski.githubactions.actions.krzema12.GithubActionsTypingV1
23-
import it.krzeminski.githubactions.domain.RunnerType.UbuntuLatest
24-
import it.krzeminski.githubactions.domain.triggers.PullRequest
25-
import it.krzeminski.githubactions.domain.triggers.Push
21+
import io.github.typesafegithub.workflows.actions.actions.CheckoutV3
22+
import io.github.typesafegithub.workflows.actions.typesafegithub.GithubActionsTypingV1
23+
import io.github.typesafegithub.workflows.domain.RunnerType.UbuntuLatest
24+
import io.github.typesafegithub.workflows.domain.triggers.PullRequest
25+
import io.github.typesafegithub.workflows.domain.triggers.Push
2626

2727
workflowWithCopyright(
2828
name = "Check Action Typing",

.github/workflows/check-action-typing.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,38 +14,38 @@
1414

1515
# This file was generated using Kotlin DSL (.github/workflows/check-action-typing.main.kts).
1616
# If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file.
17-
# Generated with https://github.com/krzema12/github-workflows-kt
17+
# Generated with https://github.com/typesafegithub/github-workflows-kt
1818

19-
name: Check Action Typing
19+
name: 'Check Action Typing'
2020
on:
2121
push: {}
2222
pull_request: {}
2323
jobs:
2424
check_yaml_consistency:
25-
name: Check YAML consistency
26-
runs-on: ubuntu-latest
25+
name: 'Check YAML consistency'
26+
runs-on: 'ubuntu-latest'
2727
steps:
28-
- id: step-0
29-
name: Check out
30-
uses: actions/checkout@v3
31-
- id: step-1
32-
name: Execute script
33-
run: rm '.github/workflows/check-action-typing.yaml' && '.github/workflows/check-action-typing.main.kts'
34-
- id: step-2
35-
name: Consistency check
36-
run: git diff --exit-code '.github/workflows/check-action-typing.yaml'
28+
- id: 'step-0'
29+
name: 'Check out'
30+
uses: 'actions/checkout@v4'
31+
- id: 'step-1'
32+
name: 'Execute script'
33+
run: 'rm ''.github/workflows/check-action-typing.yaml'' && ''.github/workflows/check-action-typing.main.kts'''
34+
- id: 'step-2'
35+
name: 'Consistency check'
36+
run: 'git diff --exit-code ''.github/workflows/check-action-typing.yaml'''
3737
check_action_typing:
38-
name: Check Action Typing
39-
runs-on: ubuntu-latest
38+
name: 'Check Action Typing'
39+
runs-on: 'ubuntu-latest'
4040
needs:
41-
- check_yaml_consistency
41+
- 'check_yaml_consistency'
4242
steps:
43-
- id: step-0
44-
name: Configure Git
45-
run: git config --global core.autocrlf input
46-
- id: step-1
47-
name: Checkout
48-
uses: actions/checkout@v3
49-
- id: step-2
50-
name: Check Action Typing
51-
uses: krzema12/github-actions-typing@v1
43+
- id: 'step-0'
44+
name: 'Configure Git'
45+
run: 'git config --global core.autocrlf input'
46+
- id: 'step-1'
47+
name: 'Checkout'
48+
uses: 'actions/checkout@v3'
49+
- id: 'step-2'
50+
name: 'Check Action Typing'
51+
uses: 'typesafegithub/github-actions-typing@v1'

.github/workflows/check-dependency-versions.main.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
@file:Import("workflow-with-copyright.main.kts")
2020

21-
import it.krzeminski.githubactions.actions.actions.CheckoutV3
22-
import it.krzeminski.githubactions.actions.actions.SetupJavaV3
23-
import it.krzeminski.githubactions.actions.actions.SetupJavaV3.Distribution.Temurin
24-
import it.krzeminski.githubactions.actions.burrunan.GradleCacheActionV1
25-
import it.krzeminski.githubactions.domain.RunnerType.WindowsLatest
26-
import it.krzeminski.githubactions.domain.triggers.Cron
27-
import it.krzeminski.githubactions.domain.triggers.Schedule
21+
import io.github.typesafegithub.workflows.actions.actions.CheckoutV3
22+
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3
23+
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3.Distribution.Temurin
24+
import io.github.typesafegithub.workflows.actions.burrunan.GradleCacheActionV1
25+
import io.github.typesafegithub.workflows.domain.RunnerType.WindowsLatest
26+
import io.github.typesafegithub.workflows.domain.triggers.Cron
27+
import io.github.typesafegithub.workflows.domain.triggers.Schedule
2828

2929
workflowWithCopyright(
3030
name = "Check Dependency Versions",

.github/workflows/check-dependency-versions.yaml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -14,50 +14,50 @@
1414

1515
# This file was generated using Kotlin DSL (.github/workflows/check-dependency-versions.main.kts).
1616
# If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file.
17-
# Generated with https://github.com/krzema12/github-workflows-kt
17+
# Generated with https://github.com/typesafegithub/github-workflows-kt
1818

19-
name: Check Dependency Versions
19+
name: 'Check Dependency Versions'
2020
on:
2121
schedule:
22-
- cron: 0 0 * * FRI
22+
- cron: '0 0 * * FRI'
2323
jobs:
2424
check_yaml_consistency:
25-
name: Check YAML consistency
26-
runs-on: ubuntu-latest
25+
name: 'Check YAML consistency'
26+
runs-on: 'ubuntu-latest'
2727
steps:
28-
- id: step-0
29-
name: Check out
30-
uses: actions/checkout@v3
31-
- id: step-1
32-
name: Execute script
33-
run: rm '.github/workflows/check-dependency-versions.yaml' && '.github/workflows/check-dependency-versions.main.kts'
34-
- id: step-2
35-
name: Consistency check
36-
run: git diff --exit-code '.github/workflows/check-dependency-versions.yaml'
28+
- id: 'step-0'
29+
name: 'Check out'
30+
uses: 'actions/checkout@v4'
31+
- id: 'step-1'
32+
name: 'Execute script'
33+
run: 'rm ''.github/workflows/check-dependency-versions.yaml'' && ''.github/workflows/check-dependency-versions.main.kts'''
34+
- id: 'step-2'
35+
name: 'Consistency check'
36+
run: 'git diff --exit-code ''.github/workflows/check-dependency-versions.yaml'''
3737
check_dependency_versions:
38-
name: Check Dependency Versions
39-
runs-on: windows-latest
38+
name: 'Check Dependency Versions'
39+
runs-on: 'windows-latest'
4040
needs:
41-
- check_yaml_consistency
41+
- 'check_yaml_consistency'
4242
steps:
43-
- id: step-0
44-
name: Configure Git
45-
run: git config --global core.autocrlf input
46-
- id: step-1
47-
name: Checkout
48-
uses: actions/checkout@v3
49-
- id: step-2
50-
name: Setup Java 11
51-
uses: actions/setup-java@v3
43+
- id: 'step-0'
44+
name: 'Configure Git'
45+
run: 'git config --global core.autocrlf input'
46+
- id: 'step-1'
47+
name: 'Checkout'
48+
uses: 'actions/checkout@v3'
49+
- id: 'step-2'
50+
name: 'Setup Java 11'
51+
uses: 'actions/setup-java@v3'
5252
with:
53-
java-version: 11
54-
distribution: temurin
55-
- id: step-3
56-
name: Check Dependency Versions
57-
uses: burrunan/gradle-cache-action@v1
53+
java-version: '11'
54+
distribution: 'temurin'
55+
- id: 'step-3'
56+
name: 'Check Dependency Versions'
57+
uses: 'burrunan/gradle-cache-action@v1'
5858
with:
59-
debug: false
60-
concurrent: true
59+
debug: 'false'
60+
concurrent: 'true'
6161
arguments: |-
6262
--show-version
6363
dependencyUpdates

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/Vampire/setup-wsl/commit/45f5a8c009e3f8d10b300d2d4fd599bab530a65d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy