Skip to content

Commit

Permalink
fix: address actin warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <[email protected]>
  • Loading branch information
bk201 committed May 2, 2024
1 parent 305ebe0 commit 34fb538
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 @@ -22,7 +22,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/vagrant-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- vagrant
- equinix
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Harvester artifacts
run: |
make
Expand Down

0 comments on commit 34fb538

Please sign in to comment.