Merge pull request #1146 from alexbelgium/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 2 to 4
This commit is contained in:
Alexandre
2023-12-25 23:43:06 +01:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest # Use a Linux runner
steps:
- name: Checkout repository contents
uses: actions/checkout@v2 # Use the checkout action
uses: actions/checkout@v4 # Use the checkout action
- name: Find files with CRLF endings
uses: erclu/check-crlf@v1.2.0 # Use the check-crlf action
id: check-crlf # Assign an id to this step