Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2024
1 parent f6ae454 commit f84c237
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
packages: write
steps:
- name: Checkout Code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -42,7 +42,7 @@ jobs:
name: Terraform Latest
steps:
- name: Checkout Code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Setup latest Terraform
uses: hashicorp/setup-terraform@v3
Expand All @@ -68,7 +68,7 @@ jobs:
name: Terraform ${{ matrix.terraform-version }}
steps:
- name: Checkout Code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Setup Terraform ${{ matrix.terraform-version }}
uses: hashicorp/setup-terraform@v3
Expand Down

0 comments on commit f84c237

Please sign in to comment.