From 7326ab6e045b040a2461bfc3c3e12e2d647f2a1b Mon Sep 17 00:00:00 2001 From: Telmo Oliveira Date: Mon, 24 Jun 2024 12:42:59 +0100 Subject: [PATCH 1/2] Update Jira tap --- singer-connectors/tap-jira/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singer-connectors/tap-jira/requirements.txt b/singer-connectors/tap-jira/requirements.txt index 38e8dda4a..2a1ccbf22 100644 --- a/singer-connectors/tap-jira/requirements.txt +++ b/singer-connectors/tap-jira/requirements.txt @@ -1 +1 @@ -tap-jira==2.0.1 +tap-jira==2.2.0 From 6c35d24bac1a924340f2774fc446dd70c12dd582 Mon Sep 17 00:00:00 2001 From: Telmo Oliveira Date: Tue, 2 Jul 2024 10:31:55 +0100 Subject: [PATCH 2/2] Updated GHAs --- .github/workflows/connectors.yml | 6 +++--- .github/workflows/e2e_tests.yml | 12 ++++++------ .github/workflows/lint_unit_tests.yml | 6 +++--- .github/workflows/publish_doc.yml | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/connectors.yml b/.github/workflows/connectors.yml index 2e5db23f7..b13320202 100644 --- a/.github/workflows/connectors.yml +++ b/.github/workflows/connectors.yml @@ -17,12 +17,12 @@ jobs: steps: - name: Checking out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Set up Python 3.8 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5.1.0 with: - python-version: 3.8 + python-version: '3.8' - name: Check all connectors are installable run: | diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index 6babcaf76..fcb89e72a 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checking out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Check if python changes are present id: check @@ -75,7 +75,7 @@ jobs: steps: - name: Checking out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Check if python changes are present id: check @@ -125,7 +125,7 @@ jobs: steps: - name: Checking out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Check if python changes are present id: check @@ -175,7 +175,7 @@ jobs: steps: - name: Checking out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Check if python changes are present id: check @@ -225,7 +225,7 @@ jobs: steps: - name: Checking out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Check if python changes are present id: check @@ -278,7 +278,7 @@ jobs: steps: - name: Checking out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Check if python changes are present id: check diff --git a/.github/workflows/lint_unit_tests.yml b/.github/workflows/lint_unit_tests.yml index 2f05c5557..36bf525c7 100644 --- a/.github/workflows/lint_unit_tests.yml +++ b/.github/workflows/lint_unit_tests.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checking out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Check if python changes are present id: check @@ -28,9 +28,9 @@ jobs: - name: Set up Python 3.8 if: steps.check.outcome == 'failure' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5.1.0 with: - python-version: 3.8 + python-version: '3.8' - name: Install dependencies if: steps.check.outcome == 'failure' diff --git a/.github/workflows/publish_doc.yml b/.github/workflows/publish_doc.yml index 652178d5f..4c10a6667 100644 --- a/.github/workflows/publish_doc.yml +++ b/.github/workflows/publish_doc.yml @@ -16,12 +16,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 path: gh_doc_automation - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5.1.0 with: python-version: '3.8'