Skip to content

Commit

Permalink
Merge pull request #21 from djdefi/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
djdefi committed Sep 5, 2023
2 parents 37ac4cb + f22d26c commit 7fff80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Runs djdefi/cloc-action@master
- name: Count Lines of Code (cloc)
Expand Down

0 comments on commit 7fff80d

Please sign in to comment.