Skip to content

Commit dae5e30

Browse files
committed
CI: Update to actions/checkout@v4
1 parent 1d8af30 commit dae5e30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Ž.github/workflows/build.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
echo "$CONTEXT"
4343
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545

4646
- uses: actions/setup-python@v4
4747
with:
@@ -121,7 +121,7 @@ jobs:
121121
Get-PSDrive -PSProvider FileSystem
122122
Get-CIMInstance -Class Win32_Processor | Select-Object -Property Name
123123
124-
- uses: actions/checkout@v3
124+
- uses: actions/checkout@v4
125125

126126
- uses: actions/setup-python@v4
127127
with:

β€Ž.github/workflows/maint.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "$CONTEXT"
4040
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242

4343
- uses: actions/setup-python@v4
4444
with:

β€Ž.github/workflows/test.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ['3.10', '3.11', '3.12']
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v4
1919
with:

0 commit comments

Comments
Β (0)