Skip to content

Commit

Permalink
Merge pull request #85 from kumojin/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
ci(deps): pin actions/checkout action to a5ac7e5
  • Loading branch information
xballoy authored May 30, 2024
2 parents 239bf88 + 738a552 commit b59e119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit b59e119

Please sign in to comment.