Merge pull request #43 from andrejusk/dependabot/github_actions/actions/checkout-4.1.6

build(deps): bump actions/checkout from 4.1.1 to 4.1.6
This commit is contained in:
2024-06-27 11:21:44 +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.1 - uses: actions/checkout@v4.1.6
# Run the tests # Run the tests
- name: 'Run tests' - name: 'Run tests'