mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Merge pull request #106 from lordmathis/renovate/actions-checkout-5.x
Update actions/checkout action to v5
This commit is contained in:
2
.github/workflows/health_monitor.yaml
vendored
2
.github/workflows/health_monitor.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set up endpoint monitoring
|
- name: Set up endpoint monitoring
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user