Merge pull request #29 from andrejusk/dependabot/github_actions/actions/checkout-4.1.0

build(deps): bump actions/checkout from 3.5.3 to 4.1.0
This commit is contained in:
Andrejus Kostarevas
2023-10-07 22:15:58 +01:00
committed by GitHub

View File

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