Skip to content

Commit

Permalink
Merge pull request #33 from Pwd9000-ML/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.2.2

Bump actions/checkout from 4.1.7 to 4.2.2
  • Loading branch information
Pwd9000-ML authored Dec 27, 2024
2 parents db2bf2d + f52fe31 commit 79f1dd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployACI-Lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# checkout the repo
- name: "Checkout GitHub Action"
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: "Login via Azure CLI"
uses: azure/login@v2.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerBuildAcr-Lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# checkout the repo
- name: "Checkout GitHub Action"
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: "Login via Azure CLI"
uses: azure/login@v2.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kedaScaleTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: scale-keda-queue-up
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
- name: Install Terraform
uses: hashicorp/setup-terraform@v3.1.1
- name: Display Terraform Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testRunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
testRunner:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
- name: Install Terraform
uses: hashicorp/setup-terraform@v3.1.1
- name: Display Terraform Version
Expand Down

0 comments on commit 79f1dd3

Please sign in to comment.