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' 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