Skip to content

Commit

Permalink
Merge pull request #149 from ttsukagoshi/dependabot/github_actions/ma…
Browse files Browse the repository at this point in the history
…in/actions/checkout-4

github-actions(deps): bump actions/checkout from 3 to 4
  • Loading branch information
ttsukagoshi authored Jan 28, 2024
2 parents 723bdec + 14cdb97 commit fd19f73
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
Expand Down

0 comments on commit fd19f73

Please sign in to comment.