bump versions · RDFLib/rdflib@0a5db59 (original) (raw)

Original file line number Diff line number Diff line change
@@ -45,9 +45,9 @@ jobs:
45 45 with:
46 46 repo-token: ${{ secrets.GITHUB_TOKEN }}
47 47 - name: Python Poetry Action
48 -uses: abatilo/actions-poetry@v2.1.6
48 +uses: abatilo/actions-poetry@v2.2.0
49 49 with:
50 -poetry-version: 1.3.1
50 +poetry-version: 1.3.2
51 51 - name: Build images
52 52 shell: bash
53 53 run: |
@@ -71,9 +71,9 @@ jobs:
71 71 with:
72 72 repo-token: ${{ secrets.GITHUB_TOKEN }}
73 73 - name: Python Poetry Action
74 -uses: abatilo/actions-poetry@v2.1.6
74 +uses: abatilo/actions-poetry@v2.2.0
75 75 with:
76 -poetry-version: 1.3.1
76 +poetry-version: 1.3.2
77 77 - name: Login to GitHub Container Registry
78 78 uses: docker/login-action@v2
79 79 with: