Skip to content

Commit

Permalink
more deps bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrea committed Mar 21, 2024
1 parent a41da0f commit 9c01ef6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
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 @@ -36,7 +36,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2
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
2 changes: 1 addition & 1 deletion .github/workflows/tf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Terraform Validation
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

# pull prod file if we are on main otherwise dev
# GH Action error: Terraform lint and apply
Expand Down

0 comments on commit 9c01ef6

Please sign in to comment.