Skip to content

Commit 3e54588

Browse files
chore: bump the all group with 2 updates
Bumps the all group with 2 updates: [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) and [actions/checkout](https://github.com/actions/checkout). Updates `updatecli/updatecli-action` from 2.94.0 to 2.97.0 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](updatecli/updatecli-action@v2.94.0...v2.97.0) Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 2.97.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e19d701 commit 3e54588

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Install tool dependencies
2121
uses: jdx/mise-action@v3

.github/workflows/validate-changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: read
1818
steps:
1919
- name: checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: updatecli-minor-apply
2323
uses: prefecthq/actions-updatecli-apply@${{ github.head_ref }}

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
shell: bash
4141

4242
- name: Install updatecli in the runner
43-
uses: updatecli/updatecli-action@v2.94.0
43+
uses: updatecli/updatecli-action@v2.97.0
4444

4545
- name: Run updatecli in apply mode
4646
run: |

0 commit comments

Comments
 (0)