From dcc74fbb583cb4d591339e384e8fe5553f93e5e8 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Fri, 29 Sep 2023 09:39:37 -0500 Subject: [PATCH 1/2] Update iam_service_policy.html.markdown Close a block missing the ending triple-backtick. This was causing rather visible formatting problems on the docs website. --- website/docs/r/iam_service_policy.html.markdown | 1 + 1 file changed, 1 insertion(+) 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. From 61a6083f94dff792983b71980fcb22cada2a8e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:08:27 +0000 Subject: [PATCH 2/2] dependabot: bump actions/checkout from 4.1.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- .github/workflows/issues.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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