Merge pull request #30 from andrejusk/dependabot/github_actions/actions/checkout-4.1.1

build(deps): bump actions/checkout from 4.1.0 to 4.1.1
This commit is contained in:
2023-10-23 22:58:52 +01: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.0
- uses: actions/checkout@v4.1.1
# Run the tests
- name: 'Run tests'