Skip to content

Commit ab3e9fd

Browse files
dev: bump the all group with 3 updates
Bumps the all group with 3 updates: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials), [actions/github-script](https://github.com/actions/github-script) and [actions/labeler](https://github.com/actions/labeler). Updates `aws-actions/configure-aws-credentials` from 4 to 5 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v4...v5) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `actions/labeler` from 5 to 6 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v5...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8df65fa commit ab3e9fd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
args: -h postgres -U root ttn_lorawan_is_store_test
8484
- name: Configure AWS Credentials
8585
if: "${{ env.AWS_REGION != '' }}"
86-
uses: aws-actions/configure-aws-credentials@v4
86+
uses: aws-actions/configure-aws-credentials@v5
8787
with:
8888
aws-region: '${{ secrets.AWS_REGION }}'
8989
role-to-assume: 'arn:aws:iam::${{ secrets.AWS_USER_ID }}:role/${{ secrets.AWS_ROLE_NAME }}'

.github/workflows/issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 5
1111
steps:
1212
- name: Add "needs/triage" label
13-
uses: actions/github-script@v7
13+
uses: actions/github-script@v8
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}
1616
script: |

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-24.04
77
timeout-minutes: 5
88
steps:
9-
- uses: actions/labeler@v5
9+
- uses: actions/labeler@v6
1010
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.actor, 'dependabot') }}
1111
with:
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
git push origin v${{ steps.version.outputs.result }}
5757
fi
5858
- name: Configure AWS Credentials
59-
uses: aws-actions/configure-aws-credentials@v4
59+
uses: aws-actions/configure-aws-credentials@v5
6060
with:
6161
aws-region: "${{ secrets.AWS_REGION }}"
6262
role-to-assume: "arn:aws:iam::${{ secrets.AWS_USER_ID }}:role/${{ secrets.AWS_ROLE_NAME }}"

.github/workflows/trigger-os-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Trigger OS merge action in TTI repo
17-
uses: actions/github-script@v7
17+
uses: actions/github-script@v8
1818
with:
1919
github-token: ${{ secrets.BOT_TOKEN }}
2020
script: |

0 commit comments

Comments
 (0)