Merge pull request #48 from andrejusk/dependabot/github_actions/actions/checkout-4.2.2

This commit is contained in:
2025-05-20 22:11:37 +03:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ jobs:
name: Run test suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
# Run the tests
- name: 'Run tests'