Эх сурвалжийг харах

build(deps): bump actions/setup-python from 5 to 6 (#268)

dependabot[bot] 1 сар өмнө
parent
commit
d5735bb345

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

@@ -20,7 +20,7 @@ jobs:
         python-version: ['3.11']
         python-version: ['3.11']
     steps:
     steps:
     - uses: actions/checkout@v5
     - uses: actions/checkout@v5
-    - uses: actions/setup-python@v5
+    - uses: actions/setup-python@v6
       with:
       with:
         python-version: ${{ matrix.python-version }}
         python-version: ${{ matrix.python-version }}
     - run: pip install --upgrade pipenv==2024.1.0
     - run: pip install --upgrade pipenv==2024.1.0
@@ -41,7 +41,7 @@ jobs:
     - uses: actions/checkout@v5
     - uses: actions/checkout@v5
       with:
       with:
         lfs: true # tests/resources/
         lfs: true # tests/resources/
-    - uses: actions/setup-python@v5
+    - uses: actions/setup-python@v6
       with:
       with:
         python-version: ${{ matrix.python-version }}
         python-version: ${{ matrix.python-version }}
     # with pipenv v2023.6.26:
     # with pipenv v2023.6.26: