From 501bc9c900168dd8f3395bd1c78698b71eb54181 Mon Sep 17 00:00:00 2001 From: Rodrigo Mansueli Date: Wed, 28 Feb 2024 09:03:40 -0300 Subject: [PATCH 1/3] Bump versions --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec79e78d..b2d6a925 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,19 +17,19 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Clone Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Set up Poetry - uses: abatilo/actions-poetry@v2.2.0 + uses: abatilo/actions-poetry@v3.0.0 with: - poetry-version: 1.3.2 + poetry-version: 1.7.1 - name: Run Tests run: make run_tests - name: Upload Coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4.1.0 publish: needs: test @@ -44,7 +44,7 @@ jobs: contents: write # needed for github actions bot to write to repo steps: - name: Clone Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: ${{ github.ref }} fetch-depth: 0 From c34ca4b3ecf4ef1f8f325c7a6d004879a666b5ec Mon Sep 17 00:00:00 2001 From: Rodrigo Mansueli Date: Wed, 28 Feb 2024 09:05:52 -0300 Subject: [PATCH 2/3] Update dependabot.yml --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 68928b3b..40e405ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,12 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + target-branch: "main" - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" - target-branch: "master" + target-branch: "main" From 531104313bfc95375adfb247a0e8a2f61ca5b040 Mon Sep 17 00:00:00 2001 From: Rodrigo Mansueli Date: Wed, 28 Feb 2024 09:07:22 -0300 Subject: [PATCH 3/3] Update dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40e405ae..be749e27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,9 @@ updates: directory: "/" schedule: interval: "daily" - target-branch: "main" + target-branch: "master" - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" - target-branch: "main" + target-branch: "master"