Skip to content

Commit dba8bfc

Browse files
authored
Merge pull request #402 from Metaswitch/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 25e8976 + aa32ae2 commit dba8bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.13
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
# Get dependencies
1919
- run: pip install uv yq
2020
# Build the package and publish it.

.github/workflows/steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-python@v5
2323
with:
2424
python-version: '${{ matrix.python-version }}'
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- run: bash install.sh
2727
- run: bash test.sh
2828
env:

0 commit comments

Comments
 (0)