Skip to content

Commit 432e5a9

Browse files
Merge pull request #58 from loganmarchione/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 400154a + f123c8f commit 432e5a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

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

2020
steps:
2121
- name: Check out the codebase
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Set up Python ${{ matrix.python-version }}
2525
uses: actions/setup-python@v5
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Check out the codebase
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858

5959
- name: Search for encoded PNG files
6060
run: |

0 commit comments

Comments
 (0)