Skip to content

Commit 772f039

Browse files
committed
ci(workflows): upgrade actions/checkout to v5 across all workflow files
1 parent 6f97b4a commit 772f039

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-and-publish:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Check tag matches pyproject.toml version
1616
id: check-version
1717
run: |

.github/workflows/test-erase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pkill -9 -f JLinkRemoteServer || true
4242
sleep 2
4343
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545

4646
- name: Install package
4747
run: |

.github/workflows/test-flash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pkill -9 -f JLinkRemoteServer || true
4242
sleep 2
4343
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545

4646
- name: Install package
4747
run: |

.github/workflows/test-rtt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pkill -9 -f JLinkRemoteServer || true
4242
sleep 2
4343
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545

4646
- name: Install package
4747
run: |

.github/workflows/test-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pkill -9 -f JLinkRemoteServer || true
4040
sleep 2
4141
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343

4444
- name: Build release distributions
4545
run: |

0 commit comments

Comments
 (0)