Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
roadkell committed Oct 18, 2023
2 parents b86c5e3 + 6cd8b72 commit 498588a
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 @@ -46,7 +46,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/python-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# run: env

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

# - name: Get pip cache dir
# id: pip-cache-dir
Expand Down

0 comments on commit 498588a

Please sign in to comment.