Skip to content

Commit e51bc7e

Browse files
chore(deps): update actions/checkout action to v5 (osism#945)
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent e565592 commit e51bc7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-images.yml

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

2121
steps:
2222
- name: Checkout repo
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Set up python
2626
uses: actions/setup-python@v5

.github/workflows/validate-configuration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
validate-configuration:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.x'

0 commit comments

Comments
 (0)