Browse Source

build(deps): bump actions/setup-python from 3 to 4 (#1436)

dependabot[bot] 2 years ago
parent
commit
b53d9177f7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/insider-windows.yml
  2. 1 1
      .github/workflows/stable-windows.yml

+ 1 - 1
.github/workflows/insider-windows.yml

@@ -61,7 +61,7 @@ jobs:
         run: npm install -g yarn
 
       - name: Setup Python 3
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: '3.x'
 

+ 1 - 1
.github/workflows/stable-windows.yml

@@ -59,7 +59,7 @@ jobs:
         run: npm install -g yarn
 
       - name: Setup Python 3
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: '3.x'