branch: externals/bicep-ts-mode
commit ffccb664c399122a03748f9af510961f6a0bc064
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Commit: GitHub <[email protected]>
Update actions/setup-python action to v5
---
.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 cb4ceae9dd..6880fb3ea9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
with:
node-version: '22'
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v5
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}