Parcourir la source

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

dependabot[bot] il y a 1 an
Parent
commit
a53322ffd1
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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: