Merge pull request #44 from andrejusk/dependabot/github_actions/actions/checkout-4.1.7

build(deps): bump actions/checkout from 4.1.6 to 4.1.7
This commit is contained in:
2024-07-02 14:44:18 +01:00
committed by GitHub

View File

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