Skip to content

Commit

Permalink
Merge pull request #783 from DrTimothyAldenDavis/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
DrTimothyAldenDavis authored Mar 22, 2024
2 parents fbea3fd + e854bd0 commit d68a1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: install dependencies
run: |
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
msystem: MINGW32

- name: checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: initialize CodeQL
# Initialize the CodeQL tools for scanning.
Expand Down

0 comments on commit d68a1a4

Please sign in to comment.