Skip to content

Commit a1ccb8b

Browse files
renovate[bot]moi15moi
authored andcommitted
Update actions/checkout action to v5
1 parent 485d877 commit a1ccb8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Set up Python 3.10
2222
uses: actions/setup-python@v5

.github/workflows/run_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Set up Python
2424
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)