Skip to content

Commit

Permalink
fix: address action warnings (#723)
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <[email protected]>
(cherry picked from commit c8ffa53)

Co-authored-by: Kiefer Chang <[email protected]>
  • Loading branch information
mergify[bot] and bk201 authored May 8, 2024
1 parent 4cf72c7 commit df527e4
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 @@ -17,7 +17,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 df527e4

Please sign in to comment.