Skip to content

Commit 9d9532b

Browse files
Update actions/checkout action to v5
1 parent 342b597 commit 9d9532b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release_crypto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout this repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Configure git user
3535
run: |
@@ -138,7 +138,7 @@ jobs:
138138

139139
steps:
140140
- name: Checkout this repo
141-
uses: actions/checkout@v4
141+
uses: actions/checkout@v5
142142

143143
- name: Configure git user
144144
run: |

.github/workflows/release_sdk_parallel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout this repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Configure git user
3535
run: |
@@ -138,7 +138,7 @@ jobs:
138138

139139
steps:
140140
- name: Checkout this repo
141-
uses: actions/checkout@v4
141+
uses: actions/checkout@v5
142142

143143
- name: Configure git user
144144
run: |

0 commit comments

Comments
 (0)