Skip to content

Commit

Permalink
Merge pull request #63 from dvgamerr/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

fix(deps): bump actions/checkout from 3 to 4
  • Loading branch information
dvgamerr authored Oct 29, 2023
2 parents b901759 + 9127ac1 commit 80bb1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
SSO_BASE_URL: ${{ secrets.SSO_BASE_URL }}
steps:
- name: Checkout SourceCode
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 80bb1c2

Please sign in to comment.