Skip to content

Commit

Permalink
Merge pull request #164 from aws-actions/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3.3.0

build(deps): bump actions/checkout from 2.3.4 to 3.3.0
  • Loading branch information
aBurmeseDev authored Jan 17, 2023
2 parents 5f46359 + 0f2f9b8 commit 054e8fa
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.3.4
- uses: actions/checkout@v3.3.0
- run: yarn install --frozen-lockfile
- run: yarn test

0 comments on commit 054e8fa

Please sign in to comment.