Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
is-default-python: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get Meltano Version
id: get-meltano-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_snowplow_schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3

- name: Iglu Schema Lint
uses: ./.github/actions/igluctl-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pull-requests: write # for release-drafter/release-drafter to add label to PR

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Find Pull Request
uses: juliangruber/find-pull-request-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3

- name: Install Poetry
env:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3

- name: Install Poetry
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pull-requests: write # to create and update PRs

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Validate version input
if: ${{ github.event.inputs.force != true }}
Expand Down