Browse Source

build(deps): bump actions/setup-python from 4 to 5 (#131)

dependabot[bot] 4 months ago
parent
commit
a53322ffd1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/python.yml

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

@@ -18,7 +18,7 @@ jobs:
         python-version: ['3.9']
     steps:
     - uses: actions/checkout@v4
-    - uses: actions/setup-python@v4
+    - uses: actions/setup-python@v5
       with:
         python-version: ${{ matrix.python-version }}
     - run: pip install --upgrade pipenv==2023.6.18
@@ -38,7 +38,7 @@ jobs:
       fail-fast: false
     steps:
     - uses: actions/checkout@v4
-    - uses: actions/setup-python@v4
+    - uses: actions/setup-python@v5
       with:
         python-version: ${{ matrix.python-version }}
     # with pipenv v2023.6.26: