Просмотр исходного кода

chore(ci): Updating action-setup-venv to use node20 (#66619)

Bumping action-setup-venv in order to move off of node16 which is now
deprecated.
Moving to:

https://github.com/getsentry/action-setup-venv/commit/f0daafa9688e48f939cace0378a46f2d422bd81f
From:

https://github.com/getsentry/action-setup-venv/commit/9e3bbae3836b1b6f129955bf55a19e1d99a61c67
Ian Woodard 1 год назад
Родитель
Сommit
b0297c33c2

+ 1 - 1
.github/actions/setup-sentry/action.yml

@@ -109,7 +109,7 @@ runs:
           echo "TOTAL_TEST_GROUPS=$MATRIX_INSTANCE_TOTAL" >> $GITHUB_ENV
         fi
 
-    - uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
+    - uses: getsentry/action-setup-venv@f0daafa9688e48f939cace0378a46f2d422bd81f # v2.0.0
       with:
         python-version: ${{ inputs.python-version }}
         cache-dependency-path: ${{ inputs.workdir }}/requirements-dev-frozen.txt

+ 2 - 2
.github/workflows/backend.yml

@@ -195,7 +195,7 @@ jobs:
           app_id: ${{ vars.SENTRY_INTERNAL_APP_ID }}
           private_key: ${{ secrets.SENTRY_INTERNAL_APP_PRIVATE_KEY }}
       - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
-      - uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
+      - uses: getsentry/action-setup-venv@f0daafa9688e48f939cace0378a46f2d422bd81f # v2.0.0
         with:
           python-version: 3.11.6
           cache-dependency-path: requirements-dev-frozen.txt
@@ -278,7 +278,7 @@ jobs:
     steps:
       - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
 
-      - uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
+      - uses: getsentry/action-setup-venv@f0daafa9688e48f939cace0378a46f2d422bd81f # v2.0.0
         with:
           python-version: 3.11.6
           cache-dependency-path: requirements-dev-frozen.txt

+ 2 - 2
.github/workflows/development-environment.yml

@@ -31,7 +31,7 @@ jobs:
     timeout-minutes: 5
     steps:
       - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
-      - uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
+      - uses: getsentry/action-setup-venv@f0daafa9688e48f939cace0378a46f2d422bd81f # v2.0.0
         with:
           python-version: 3.11.6
           cache-dependency-path: |
@@ -49,7 +49,7 @@ jobs:
     timeout-minutes: 5
     steps:
       - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
-      - uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
+      - uses: getsentry/action-setup-venv@f0daafa9688e48f939cace0378a46f2d422bd81f # v2.0.0
         with:
           python-version: 3.11.6
           cache-dependency-path: |

+ 1 - 1
.github/workflows/pre-commit.yml

@@ -53,7 +53,7 @@ jobs:
             all:
               - added|modified: '**/*'
 
-      - uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
+      - uses: getsentry/action-setup-venv@f0daafa9688e48f939cace0378a46f2d422bd81f # v2.0.0
         with:
           python-version: 3.11.6
           cache-dependency-path: |

+ 1 - 1
.github/workflows/react-to-product-owners-yml-changes.yml

@@ -11,7 +11,7 @@ jobs:
     steps:
       - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
 
-      - uses: getsentry/action-setup-venv@v1.0.5
+      - uses: getsentry/action-setup-venv@f0daafa9688e48f939cace0378a46f2d422bd81f # v2.0.0
         with:
           python-version: 3.11.3
 

+ 1 - 1
.github/workflows/self-hosted.yml

@@ -26,7 +26,7 @@ jobs:
 
       - uses: getsentry/action-setup-volta@c52be2ea13cfdc084edb806e81958c13e445941e # v1.2.0
 
-      - uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
+      - uses: getsentry/action-setup-venv@f0daafa9688e48f939cace0378a46f2d422bd81f # v2.0.0
         with:
           python-version: 3.11.6
           cache-dependency-path: requirements-dev-frozen.txt