Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4.1.0 (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
  • Loading branch information
dependabot[bot] and ludeeus committed Oct 8, 2023
1 parent 00cae50 commit cd81f44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/additional_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0

- name: Run ShellCheck
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_together.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0

- name: Run ShellCheck
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ignore_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0

- name: Run ShellCheck
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ignore_paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0

- name: Run ShellCheck
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scandir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.0

- name: Run ShellCheck
uses: ./
Expand Down

0 comments on commit cd81f44

Please sign in to comment.