Skip to content

Commit

Permalink
Merge pull request #10 from JosiahSiegel/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
JosiahSiegel authored Sep 12, 2023
2 parents c47b8e2 + c71e35d commit 50bf152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Scan repo run logs 1
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Scan run logs
uses: ./
id: scan
Expand All @@ -31,7 +31,7 @@ jobs:
name: Scan repo run logs 2
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Scan run logs
uses: ./
id: scan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
repo: ${{ fromJson(needs.pre_job.outputs.repos) }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Scan run logs - ${{ matrix.repo }}
uses: ./
id: scan
Expand Down

0 comments on commit 50bf152

Please sign in to comment.