Skip to content

Commit 630935c

Browse files
MAINT: Bump actions/checkout from 4 to 5 (#276)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f95bf72 commit 630935c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555

5656
- name: Install Git and checkout project
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858

5959
- name: Set up Python
6060
run: |
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104

105105
- name: Checkout
106-
uses: actions/checkout@v4
106+
uses: actions/checkout@v5
107107

108108
- name: Download Artifacts
109109
uses: actions/download-artifact@v5

.github/workflows/ci_cd_nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
options: --entrypoint /bin/bash
7878
steps:
7979
- name: Install Git and checkout project
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v5
8181

8282
- name: Set up Python
8383
run: |
@@ -117,7 +117,7 @@ jobs:
117117
needs: [ 'nightly-doc-build', 'display-docker-info']
118118
runs-on: ubuntu-latest
119119
steps:
120-
- uses: actions/checkout@v4
120+
- uses: actions/checkout@v5
121121
- name: Microsoft Teams Notification
122122
uses: jdcargile/[email protected]
123123
with:

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Syncer
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: micnncim/action-label-syncer@v1
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)