Skip to content

Commit 34d5a00

Browse files
authored
Merge branch 'main' into zainq11/bitbucket-data-center
2 parents a7c0e9f + c842c97 commit 34d5a00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
node-version: 20
6868

6969
- name: Download artifacts
70-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
70+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
7171

7272
- name: Install junit-report-merger
7373
run: npm install -g junit-report-merger

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: npm install -g [email protected]
9090

9191
- name: Download artifacts
92-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
92+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
9393
with:
9494
name: terraform-provider-tfe
9595

@@ -102,7 +102,7 @@ jobs:
102102
TF_PLUGIN_CACHE_DIR: ${{ steps.global-cache-dir-path.outputs.dir }}/terraform-plugins
103103

104104
- name: Create Pull Request
105-
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6.0.4
105+
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
106106
with:
107107
commit-message: "cdktf: update documentation"
108108
title: "release: ${{ github.event.inputs.version }}"

0 commit comments

Comments
 (0)