Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/branches-and-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Execute script'
run: 'rm ''.github/workflows/branches-and-prs.yaml'' && ''.github/workflows/branches-and-prs.main.kts'''
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Regenerate all Workflow YAMLs'
run: 'find .github/workflows -mindepth 1 -maxdepth 1 -name ''*.main.kts'' -exec {} \;'
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
with:
fetch-depth: '2'
- id: 'step-1'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Execute script'
run: 'rm ''.github/workflows/codeql-analysis.yaml'' && ''.github/workflows/codeql-analysis.main.kts'''
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Set up JDKs'
uses: './.github/actions/setup-build-env'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Execute script'
run: 'rm ''.github/workflows/docs-pr.yaml'' && ''.github/workflows/docs-pr.main.kts'''
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
with:
fetch-depth: '1'
- id: 'step-1'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Execute script'
run: 'rm ''.github/workflows/release.yaml'' && ''.github/workflows/release.main.kts'''
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
with:
fetch-depth: '2'
- id: 'step-1'
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Set up JDKs'
uses: './.github/actions/setup-build-env'
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Checkout Repository'
uses: 'actions/checkout@v4'
uses: 'actions/checkout@v5'
- id: 'step-1'
name: 'Set up JDKs'
uses: './.github/actions/setup-build-env'
Expand Down
Loading