Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): bump marocchino/sticky-pull-request-comment from 2.9.0 to 2.9.1 in /.github/workflows #203

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
// "ghcr.io/stuartleeks/dev-container-features/shell-history:0": {},
"ghcr.io/devcontainers/features/go:1": {
"version": "1.23.4"
"version": "1.23.5"
},
"ghcr.io/devcontainers/features/python:1": {
"version": "3.12"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: 💬 Comment on PR
if: always() && (steps.check_pr_title.outputs.error_message != null)
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
with:
header: pr-title-check-error
message: |
Expand All @@ -46,7 +46,7 @@ jobs:

- name: 🗑 Delete PR comment
if: ${{ steps.check_pr_title.outputs.error_message == null }}
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
with:
header: pr-title-check-error
delete: true
12 changes: 6 additions & 6 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ Local development is still possible on Windows, Linux and macOS, but requires ad

#### Requirements

- [Git](https://git-scm.com/downloads) `>= 2.44.0`
- [Go](https://go.dev/doc/install) `>= 1.23.4`
- [Git](https://git-scm.com/downloads) `>= 2.47.1`
- [Go](https://go.dev/doc/install) `>= 1.23.5`
- We recommend you to use Go version manager [go-nv/goenv](https://github.com/go-nv/goenv/blob/master/INSTALL.md)
- `goenv install 1.23.4`
- [Terraform](https://developer.hashicorp.com/terraform/downloads) `>= 1.8.1`
- `goenv install 1.23.5`
- [Terraform](https://developer.hashicorp.com/terraform/downloads) `>= 1.10.4`
- We recommend you to use Terraform version manager [tfutils/tfenv](https://github.com/tfutils/tfenv/blob/master/README.md)
- `tfenv install 1.8.1`, `tfenv use 1.8.1`
- [Task](https://taskfile.dev/installation) `>= 3.36.0`
- `tfenv install 1.10.4`, `tfenv use 1.10.4`
- [Task](https://taskfile.dev/installation) `>= 3.40.1`

#### Linux

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/microsoft/terraform-provider-fabric

go 1.23.4
go 1.23.5

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
Expand Down