Skip to content

Commit

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

build(deps): bump actions/checkout from 3.3.0 to 4.1.7
  • Loading branch information
RanVaknin authored Jun 24, 2024
2 parents 8ffd2f1 + e4083fe commit 2017b87
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@v3.3.0
- uses: actions/checkout@v4.1.7
- run: yarn install --frozen-lockfile
- run: yarn test

0 comments on commit 2017b87

Please sign in to comment.