Skip to content

Commit d44afee

Browse files
chore(deps): update actions/setup-python action to v6
1 parent a19d29a commit d44afee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ExtensionTemplate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install Ninja
8686
run: brew install ninja
8787

88-
- uses: actions/setup-python@v2
88+
- uses: actions/setup-python@v6
8989
with:
9090
python-version: '3.11'
9191

@@ -133,7 +133,7 @@ jobs:
133133
fetch-depth: 0
134134
submodules: 'recursive'
135135

136-
- uses: actions/setup-python@v2
136+
- uses: actions/setup-python@v6
137137
with:
138138
python-version: '3.11'
139139

0 commit comments

Comments
 (0)