Skip to content

Commit

Permalink
Upgrade actions/checkout@v3 and add name Checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Mar 7, 2024
1 parent 73aa053 commit faa8014
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- name: Update apt cache
run: sudo apt-get update
Expand Down

0 comments on commit faa8014

Please sign in to comment.