Skip to content

Commit

Permalink
Merge branch 'master' into adding-numa-dh-in
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaksibm committed Oct 18, 2023
2 parents 0d112ee + 61a6083 commit 0a395be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Get dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
labelIssues:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Apply Issue Labels
uses: github/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
-
name: Unshallow
run: git fetch --prune --unshallow
Expand Down
1 change: 1 addition & 0 deletions website/docs/r/iam_service_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ resource "ibm_iam_service_policy" "policy" {
value = "IAM"
}
}
```

## Argument reference
Review the argument references that you can specify for your resource.
Expand Down

0 comments on commit 0a395be

Please sign in to comment.