Skip to content

Commit e7819ba

Browse files
ci: bump the actions group across 1 directory with 5 updates
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4` | `5` | | [tomtom-international/commisery-action](https://github.com/tomtom-international/commisery-action) | `3` | `4` | | [actions/github-script](https://github.com/actions/github-script) | `7.0.1` | `8.0.0` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) 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 `tomtom-international/commisery-action` from 3 to 4 - [Release notes](https://github.com/tomtom-international/commisery-action/releases) - [Commits](tomtom-international/commisery-action@v3...v4) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: tomtom-international/commisery-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 685d151 commit e7819ba

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
release_version: ${{ steps.release_version.outputs.release_version }}
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
with:
2323
ref: ${{ github.ref }}
2424
- name: Set version from release
@@ -33,12 +33,12 @@ jobs:
3333
- setup
3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737
with:
3838
ref: ${{ github.ref }}
3939

4040
- name: Set up Go
41-
uses: actions/setup-go@v5
41+
uses: actions/setup-go@v6
4242
with:
4343
go-version-file: 'go.mod'
4444
cache: false
@@ -60,12 +60,12 @@ jobs:
6060
- setup
6161
steps:
6262
- name: Checkout repository
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v6
6464
with:
6565
ref: ${{ github.ref }}
6666

6767
- name: Configure AWS credentials
68-
uses: aws-actions/configure-aws-credentials@v4
68+
uses: aws-actions/configure-aws-credentials@v5
6969
with:
7070
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
7171
aws-region: ${{ vars.AWS_REGION }}

.github/workflows/quality.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Conventional Commit Check
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: tomtom-international/commisery-action@v3
28+
- uses: tomtom-international/commisery-action@v4
2929
with:
3030
token: ${{ github.token }}
3131
config: .commisery.yml
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Check PR Title
37-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
37+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
3838
with:
3939
github-token: ${{ secrets.GITHUB_TOKEN }}
4040
script: |

0 commit comments

Comments
 (0)