Skip to content

Commit

Permalink
Merge pull request #55 from tektronix/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

gh-actions(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Brad-O authored Oct 2, 2023
2 parents 5ca8fbf + 29c2bd6 commit 7a7c60c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tek-repo-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check for CODEOWNERS
id: codeowners_file
Expand All @@ -57,7 +57,7 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check for README.md
id: readme_file
Expand All @@ -83,7 +83,7 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check for LICENSE.md
id: license_file
Expand All @@ -107,7 +107,7 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check for dependabot.yml
id: dependabot_file
Expand All @@ -131,7 +131,7 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check for codeql-analysis.yml
id: codeql-analysis_file
Expand Down

0 comments on commit 7a7c60c

Please sign in to comment.