Skip to content

Commit 233bd50

Browse files
renovate[bot]moi15moi
authored andcommitted
Update actions/checkout action to v5
1 parent e73cfa8 commit 233bd50

2 files changed

Lines changed: 3 additions & 3 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
2222
uses: actions/setup-python@v5

.github/workflows/run_test.yml

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

4949
steps:
5050
- name: Checkout code
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252

5353
- name: Set up Python
5454
uses: actions/setup-python@v5
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: Checkout code
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v5
8383
with:
8484
path: find_system_fonts_filename_repos
8585

0 commit comments

Comments
 (0)