Bump actions/checkout from 4 to 5 in the dependencies group (#70)

This commit is contained in:
dependabot[bot]
2025-08-12 14:06:41 +02:00
committed by GitHub
parent 2aee7d23bc
commit 28df3156e2
5 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ jobs:
image: swiftlang/swift:${{ matrix.image }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Test
run: |
swift test