Skip to content

Commit

Permalink
Updated GH Actions Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ashneilson committed Jan 20, 2024
1 parent 37149ef commit 96e1a58
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 @@ -20,7 +20,7 @@ jobs:
steps:
# Step 1 - Checkout Code
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Step 2 - Run CodeQL
- name: Run CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Step 1 - Checkout Code
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Step 2 - Build and Publish
- name: Build and Publish
Expand Down

0 comments on commit 96e1a58

Please sign in to comment.