We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f78a8 commit 3421f09Copy full SHA for 3421f09
3 files changed
.github/workflows/static-analysis.yaml
@@ -15,7 +15,7 @@ jobs:
15
contents: read
16
steps:
17
- name: checkout
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
20
- name: Install tool dependencies
21
uses: jdx/mise-action@v3
.github/workflows/validate-changes.yaml
@@ -17,7 +17,7 @@ jobs:
pull-requests: read
22
- name: updatecli-minor-apply
23
uses: prefecthq/actions-updatecli-apply@${{ github.head_ref }}
action.yaml
@@ -40,7 +40,7 @@ runs:
40
shell: bash
41
42
- name: Install updatecli in the runner
43
- uses: updatecli/updatecli-action@v2.94.0
+ uses: updatecli/updatecli-action@v2.98.0
44
45
- name: Run updatecli in apply mode
46
run: |
0 commit comments