-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump actions/checkout from 4.0.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6538893
commit 3248b52
Showing
8 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
environment: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && 'production' || 'preview' }} | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
|
||
- name: Set up Python 3.10 | ||
uses: actions/[email protected] | ||
|
@@ -81,7 +81,7 @@ jobs: | |
permissions: | ||
id-token: write # This is required for requesting the JWT | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
- name: Configure AWS credentials | ||
uses: aws-actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
airbyte_matrix: ${{ steps.setmatrix_airbyte.outputs.airbyte_matrix }} | ||
|
||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install hub-utils | ||
run: pipx install git+https://github.com/meltano/hub-utils.git | ||
|
@@ -71,7 +71,7 @@ jobs: | |
permissions: | ||
id-token: write # This is required for requesting the JWT | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
|
||
- name: Configure AWS credentials | ||
uses: aws-actions/[email protected] | ||
|
@@ -129,7 +129,7 @@ jobs: | |
permissions: | ||
id-token: write # This is required for requesting the JWT | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
|
||
- name: Configure AWS credentials | ||
uses: aws-actions/[email protected] | ||
|
@@ -208,7 +208,7 @@ jobs: | |
permissions: | ||
id-token: write # This is required for requesting the JWT | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
|
||
- name: Configure AWS credentials | ||
uses: aws-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
permissions: | ||
id-token: write # This is required for requesting the JWT | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
|
||
- name: Configure AWS credentials | ||
uses: aws-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Setup Python | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
contents: read | ||
issues: write | ||
steps: | ||
- uses: actions/checkout@v4.0.0 | ||
- uses: actions/checkout@v4.1.0 | ||
|
||
- name: Setup Python | ||
uses: actions/[email protected] | ||
|