Merge pull request #28 from andrejusk/dependabot/github_actions/actions/checkout-3.5.3

build(deps): bump actions/checkout from 3.1.0 to 3.5.3
This commit is contained in:
Andrejus Kostarevas
2023-09-19 10:51:03 +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@v3.1.0 - uses: actions/checkout@v3.5.3
# Run the tests # Run the tests
- name: 'Run tests' - name: 'Run tests'