]> git.vanrenterghem.biz Git - musicbrainz.git/commitdiff
Decadent and symmetrical
authornik gaffney <nik@fo.am>
Tue, 30 May 2023 07:32:46 +0000 (09:32 +0200)
committernik gaffney <nik@fo.am>
Tue, 30 May 2023 07:32:46 +0000 (09:32 +0200)
.github/workflows/melpazoid-listenbrainz.yml
.github/workflows/melpazoid-musicbrainz.yml

index af2aa95cec6e4d6fafded740daee5c269b0997df..cd6cc4b17a0f419fc290b168b84414cf25606005 100644 (file)
@@ -9,10 +9,11 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
-    - name: Set up Python 3.9
-      uses: actions/setup-python@v1x
-      with: { python-version: 3.9 }
+    - uses: actions/checkout@v3
+    - name: Set up Python 3.10
+      uses: actions/setup-python@v4
+      with:
+        python-version: '3.10'
     - name: Install
       run: |
         python -m pip install --upgrade pip
index 4a1396f86c5e6b23e257e3f46b67af17a1191298..ec929d1a93e9e81de12e04ef0ebd48d5858e8e8e 100644 (file)
@@ -9,10 +9,11 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
-    - name: Set up Python 3.9
-      uses: actions/setup-python@v1x
-      with: { python-version: 3.9 }
+    - uses: actions/checkout@v3
+    - name: Set up Python 3.10
+      uses: actions/setup-python@v4
+      with:
+        python-version: '3.10'
     - name: Install
       run: |
         python -m pip install --upgrade pip