Skip to content

Commit

Permalink
Update actions.yml (#359)
Browse files Browse the repository at this point in the history
* Update actions.yml

Use checkout v3

* Update .github/workflows/actions.yml

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Joakim Sørensen <ludeeus@ludeeus.dev>
  • Loading branch information
3 people authored Sep 30, 2023
1 parent f43f82b commit 07bfb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4.1.0

- name: ✅ Run pre-commit
uses: pre-commit/action@v2.0.0

0 comments on commit 07bfb9d

Please sign in to comment.