Skip to content

Commit 5ef4f5a

Browse files
renovate[bot]nikku
authored andcommitted
chore: update actions/checkout action to v5
1 parent ccc99ae commit 5ef4f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

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

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: Checkout MIWG Test Suite
2020
run: |
2121
mkdir -p ${{ env.MIWG_PATH }}

.github/workflows/MIWG.yml

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

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: Checkout MIWG Test Suite
2626
run: |
2727
mkdir -p ${{ env.MIWG_PATH }}

0 commit comments

Comments
 (0)