Skip to content

Commit

Permalink
Merge pull request #86 from aws-actions/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-2.3.4

build(deps): bump actions/checkout from 2 to 2.3.4
  • Loading branch information
aBurmeseDev authored Jan 11, 2023
2 parents 8dd9725 + 73e8e66 commit 5f46359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- run: yarn install --frozen-lockfile
- run: yarn test

0 comments on commit 5f46359

Please sign in to comment.