Skip to content

Commit

Permalink
Merge pull request #2316 from drgrice1/workflow-update-checkout
Browse files Browse the repository at this point in the history
Update the `actions/checkout` action used by the Github workflows.
  • Loading branch information
Alex-Jordan authored Feb 13, 2024
2 parents 8cc8a86 + 0a3f51f commit 75b40e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
container:
image: perl:5.34
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: perl -V
run: perl -V
- name: Install dependencies
Expand Down

0 comments on commit 75b40e2

Please sign in to comment.