Skip to content

Commit e1588a4

Browse files
⬆ Update actions/checkout action to v5
1 parent 9c9d60f commit e1588a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- id: 'step-0'
1515
name: 'Check out'
16-
uses: 'actions/checkout@v4'
16+
uses: 'actions/checkout@v5'
1717
- id: 'step-1'
1818
name: 'Execute script'
1919
run: 'rm ''.github/workflows/build.yaml'' && ''.github/workflows/build.main.kts'''

.github/workflows/detekt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- id: 'step-0'
1515
name: 'Check out'
16-
uses: 'actions/checkout@v4'
16+
uses: 'actions/checkout@v5'
1717
- id: 'step-1'
1818
name: 'Execute script'
1919
run: 'rm ''.github/workflows/detekt.yaml'' && ''.github/workflows/detekt.main.kts'''

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- id: 'step-0'
1616
name: 'Check out'
17-
uses: 'actions/checkout@v4'
17+
uses: 'actions/checkout@v5'
1818
- id: 'step-1'
1919
name: 'Execute script'
2020
run: 'rm ''.github/workflows/release.yaml'' && ''.github/workflows/release.main.kts'''

0 commit comments

Comments
 (0)