Skip to content

Commit 285ac66

Browse files
authored
Combined dependencies PR (#1998)
Combining multiple dependencies PRs into one. <details> <summary>Instructions for merging</summary> * **Use a merge commit**, so that GitHub will mark all original PRs as merged. * If your repository does not have merge commits enabled, please temporarily enable them in settings. Tick `Allow merge commits` in the repository settings. * When ready, merge this PR using `Create a merge commit`. </details> ## Combined PRs * Bump golangci/golangci-lint-action from 6.5.2 to 9.1.0 (#1990) @app/dependabot * Bump actions/upload-artifact from 4 to 5 (#1989) @app/dependabot * Bump aws-actions/configure-aws-credentials from 4 to 5 (#1988) @app/dependabot * Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 in /provider (#1987) @app/dependabot * Bump jaxxstorm/action-install-gh-release from 1.14.0 to 2.1.0 (#1749) @app/dependabot * Bump golang.org/x/net from 0.33.0 to 0.36.0 in /provider in the go_modules group (#1697) @app/dependabot
2 parents f209917 + d1cd01e commit 285ac66

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/eks-record.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Tar provider binaries
5151
run: tar -zcf ${{ github.workspace }}/bin/provider.tar.gz -C ${{ github.workspace }}/bin/ pulumi-resource-${{ env.PROVIDER }}
5252
- name: Upload artifacts
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: ${{ env.PROVIDER }}-provider.tar.gz
5656
path: ${{ github.workspace }}/bin/provider.tar.gz
@@ -114,7 +114,7 @@ jobs:
114114
- name: Compress ${{ matrix.language }} SDK folder
115115
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }}/ .
116116
- name: Upload ${{ matrix.language }} artifacts
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v5
118118
with:
119119
name: ${{ matrix.language }}-sdk.tar.gz
120120
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
@@ -190,7 +190,7 @@ jobs:
190190
run: make install_nodejs_sdk
191191

192192
- name: Configure AWS Credentials
193-
uses: aws-actions/configure-aws-credentials@v4
193+
uses: aws-actions/configure-aws-credentials@v5
194194
with:
195195
aws-access-key-id: ${{ steps.esc-secrets.outputs.AWS_ACCESS_KEY_ID }}
196196
aws-region: ${{ env.AWS_REGION }}

.github/workflows/prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
env:
9494
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9595
- name: Configure AWS Credentials
96-
uses: aws-actions/configure-aws-credentials@v4
96+
uses: aws-actions/configure-aws-credentials@v5
9797
with:
9898
aws-access-key-id: ${{ steps.esc-secrets.outputs.AWS_ACCESS_KEY_ID }}
9999
aws-region: ${{ env.AWS_REGION }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
github_token: ${{ steps.esc-secrets.outputs.PULUMI_BOT_TOKEN }}
7272
cache_save: false
7373
- name: Configure AWS Credentials
74-
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
74+
uses: aws-actions/configure-aws-credentials@8b8c83f061aa565ad33187ddf2af0a8370d4d420 # v5.1.1
7575
with:
7676
aws-access-key-id: ${{ steps.esc-secrets.outputs.AWS_ACCESS_KEY_ID }}
7777
aws-region: us-east-2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Install prebuilt SDKs
125125
run: make install_sdks
126126
- name: Configure AWS Credentials
127-
uses: aws-actions/configure-aws-credentials@v4
127+
uses: aws-actions/configure-aws-credentials@v5
128128
with:
129129
aws-access-key-id: ${{ steps.esc-secrets.outputs.AWS_ACCESS_KEY_ID }}
130130
aws-region: ${{ env.AWS_REGION }}

.github/workflows/verify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
environment: logins/pulumi-ci
142142
- name: Configure AWS Credentials
143-
uses: aws-actions/configure-aws-credentials@v4
143+
uses: aws-actions/configure-aws-credentials@v5
144144
with:
145145
aws-access-key-id: ${{ steps.esc-secrets.outputs.AWS_ACCESS_KEY_ID }}
146146
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)