Skip to content

Commit

Permalink
bump changed-files action version
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Sep 14, 2024
1 parent 435555a commit ef68585
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
- name: Get changed files
if: github.event.pull_request.head.repo.fork == false
id: changed-files
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 #v45.0.1
with:
dir_names: "true"
separator: ","
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3.6.0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f #v41.0.1
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 #v45.0.1
with:
dir_names: "true"
separator: ","
1 change: 1 addition & 0 deletions quickstart/101-aci-linuxcontainer-public-ip/main.tf
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ resource "random_pet" "rg_name" {
prefix = var.resource_group_name_prefix
}


resource "azurerm_resource_group" "rg" {
name = random_pet.rg_name.id
location = var.resource_group_location

0 comments on commit ef68585

Please sign in to comment.