branch: externals/bicep-ts-mode
commit f59889ab175bb309b474b82ca2cde4e791fe2677
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Commit: GitHub <[email protected]>
Update actions/setup-python action to v7 (#13)
Co-authored-by: renovate[bot]
<29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6ac4f3d6c81..937e32398b6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v7
with:
node-version: '22'
- - uses: actions/setup-python@v6
+ - uses: actions/[email protected]
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}