Skip to content

Commit 881aded

Browse files
authored
Merge pull request #96 from Metaswitch/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents 68ebeba + 8d9e97d commit 881aded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
python-version: ["3.11"]
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v6
1616
with:

0 commit comments

Comments
 (0)