diff --git a/.github/workflows/_lintTemplate.yml b/.github/workflows/_lintTemplate.yml index 018a3b8..f2c0dff 100644 --- a/.github/workflows/_lintTemplate.yml +++ b/.github/workflows/_lintTemplate.yml @@ -40,7 +40,7 @@ jobs: # Check Out Repository - name: Check Out Repository id: checkout_repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Run Linting - name: Run Linting diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 12b522a..d03aec9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: # Checkout repository - name: Check Out Repository id: checkout_repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Run Linting - name: Run Linting