Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3.5.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 10, 2023
1 parent 6661fa8 commit b0d19ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/metadata-extract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
airbyte_matrix: ${{ steps.setmatrix_airbyte.outputs.airbyte_matrix }}

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0

- name: Install hub_utils
run: pipx install git+https://github.com/pnadolny13/hub-utils.git
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0

- name: Configure AWS credentials
uses: aws-actions/[email protected]
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0

- name: Configure AWS credentials
uses: aws-actions/[email protected]
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.0

- name: Configure AWS credentials
uses: aws-actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metadata-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0

- name: Configure AWS credentials
uses: aws-actions/[email protected]
Expand Down

0 comments on commit b0d19ea

Please sign in to comment.