diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6d600c9bad..7cb93f42ef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Get dependencies run: | diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 0d6ce9eea1..2f84d395ef 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -6,7 +6,7 @@ jobs: labelIssues: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - name: Apply Issue Labels uses: github/issue-labeler@v3.2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2acc15555e..d727809c5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Unshallow run: git fetch --prune --unshallow diff --git a/website/docs/r/iam_service_policy.html.markdown b/website/docs/r/iam_service_policy.html.markdown index ffc75c3863..dc9b0ec664 100644 --- a/website/docs/r/iam_service_policy.html.markdown +++ b/website/docs/r/iam_service_policy.html.markdown @@ -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.