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
4 changes: 2 additions & 2 deletions .github/workflows/cd.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }
- name: Set up Node.js environment
uses: actions/setup-node@v4.0.1
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }

- name: Send notification
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }

- name: Send notification
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
Expand All @@ -65,7 +65,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }

- name: Send notification
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }

- name: Send notification
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }

- name: Send notification
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }

- name: Send notification
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
Expand All @@ -59,7 +59,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }

- name: Send notification
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/warmup.caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }
- name: Set up Node.js environment
uses: actions/setup-node@v4.0.1
Expand All @@ -63,7 +63,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
Expand All @@ -83,7 +83,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v5.0.0
with: { fetch-depth: 0 }

- name: Send notification
Expand Down