Skip to content

Commit fc8e4a2

Browse files
chore(deps): update actions/checkout action to v5
1 parent 0827ea7 commit fc8e4a2

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
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- id: 'step-0'
1717
name: 'Check out'
18-
uses: 'actions/checkout@v4'
18+
uses: 'actions/checkout@v5'
1919
- id: 'step-1'
2020
name: 'Execute script'
2121
run: 'rm ''.github/workflows/build.yaml'' && ''.github/workflows/build.main.kts'''

.github/workflows/make-branch-runnable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- id: 'step-0'
1414
name: 'Check out'
15-
uses: 'actions/checkout@v4'
15+
uses: 'actions/checkout@v5'
1616
- id: 'step-1'
1717
name: 'Execute script'
1818
run: 'rm ''.github/workflows/make-branch-runnable.yaml'' && ''.github/workflows/release.main.kts'''

.github/workflows/release.yaml

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

0 commit comments

Comments
 (0)