Skip to content

Commit 2debfaa

Browse files
Bump the actions group across 1 directory with 10 updates
Bumps the actions group with 10 updates in the /.github/workflows directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` | | [actions/setup-go](https://github.com/actions/setup-go) | `2` | `5` | | [actions/github-script](https://github.com/actions/github-script) | `6` | `7` | | [azure/k8s-bake](https://github.com/azure/k8s-bake) | `2.2` | `2.4` | | [Azure/k8s-deploy](https://github.com/azure/k8s-deploy) | `4.0` | `4.10` | | [asdf-vm/actions](https://github.com/asdf-vm/actions) | `1` | `3` | | [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `2` | `6` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `4` | `7` | | [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) | `1.1.0` | `1.6.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `1` | `2` | Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) Updates `actions/setup-go` from 2 to 5 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v5) Updates `actions/github-script` from 6 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) Updates `azure/k8s-bake` from 2.2 to 2.4 - [Release notes](https://github.com/azure/k8s-bake/releases) - [Changelog](https://github.com/Azure/k8s-bake/blob/main/CHANGELOG.md) - [Commits](Azure/k8s-bake@v2.2...v2.4) Updates `Azure/k8s-deploy` from 4.0 to 4.10 - [Release notes](https://github.com/azure/k8s-deploy/releases) - [Changelog](https://github.com/Azure/k8s-deploy/blob/main/CHANGELOG.md) - [Commits](Azure/k8s-deploy@v4.0...v4.10) Updates `asdf-vm/actions` from 1 to 3 - [Release notes](https://github.com/asdf-vm/actions/releases) - [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md) - [Commits](asdf-vm/actions@v1...v3) Updates `dawidd6/action-download-artifact` from 2 to 6 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2...v6) Updates `peter-evans/create-pull-request` from 4 to 7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v4...v7) Updates `mukunku/tag-exists-action` from 1.1.0 to 1.6.0 - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](mukunku/tag-exists-action@5dfe2bf...bdad1ea) Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: azure/k8s-bake dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: Azure/k8s-deploy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: asdf-vm/actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: mukunku/tag-exists-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90f534e commit 2debfaa

File tree

8 files changed

+309
-309
lines changed

8 files changed

+309
-309
lines changed

.github/workflows/e2e-info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
deployments: read
1313
packages: none
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Set up Go
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.22
2020
- name: make

.github/workflows/integration-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
deployments: read
1616
packages: none
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Get Draft Cli version
20-
uses: actions/github-script@v6
20+
uses: actions/github-script@v7
2121
id: get_draft_version
2222
with:
2323
result-encoding: string

.github/workflows/integration-json.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
deployments: read
1313
packages: none
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.22
2020
- name: make
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
needs: build
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v4
3838
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
3939
with:
4040
name: draft-binary

0 commit comments

Comments
 (0)