Skip to content

Commit

Permalink
Merge pull request MaCFP#169 from MaCFP/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
rmcdermo committed Sep 11, 2023
2 parents 83c4cf0 + a7ad7d0 commit 75588cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Line_Endings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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

- name: Check for CRLF line endings
run: |
Expand Down

0 comments on commit 75588cb

Please sign in to comment.