Skip to content

Commit d3b2af4

Browse files
authored
Update to actions/checkout@v5 (apache#1217)
1 parent f7d6324 commit d3b2af4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/EditorConfig-Rules-Check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111

1212
- name: Install EditorConfig Checker
1313
run: |

.github/workflows/Lucene-Net-Util-Packed-Python-Scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout Lucene.Net source
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v5
4141

4242
- name: Execute Python scripts
4343
working-directory: src/Lucene.Net/Util/Packed

0 commit comments

Comments
 (0)