diff --git a/.github/workflows/additional_files.yml b/.github/workflows/additional_files.yml index dd22f4c..1eb883b 100644 --- a/.github/workflows/additional_files.yml +++ b/.github/workflows/additional_files.yml @@ -21,7 +21,7 @@ jobs: - macos-latest steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run ShellCheck uses: ./ diff --git a/.github/workflows/check_together.yml b/.github/workflows/check_together.yml index f90b346..2ba2176 100644 --- a/.github/workflows/check_together.yml +++ b/.github/workflows/check_together.yml @@ -21,7 +21,7 @@ jobs: - macos-latest steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run ShellCheck uses: ./ diff --git a/.github/workflows/ignore_names.yml b/.github/workflows/ignore_names.yml index 31ca8a6..2182166 100644 --- a/.github/workflows/ignore_names.yml +++ b/.github/workflows/ignore_names.yml @@ -21,7 +21,7 @@ jobs: - macos-latest steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run ShellCheck uses: ./ diff --git a/.github/workflows/ignore_paths.yml b/.github/workflows/ignore_paths.yml index 6140e0b..32eaa2c 100644 --- a/.github/workflows/ignore_paths.yml +++ b/.github/workflows/ignore_paths.yml @@ -21,7 +21,7 @@ jobs: - macos-latest steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run ShellCheck uses: ./ diff --git a/.github/workflows/scandir.yml b/.github/workflows/scandir.yml index c971c91..33a2a90 100644 --- a/.github/workflows/scandir.yml +++ b/.github/workflows/scandir.yml @@ -21,7 +21,7 @@ jobs: - macos-latest steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run ShellCheck uses: ./