Skip to content

Commit

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

---
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] authored Dec 7, 2023
1 parent bcf827d commit f9b3706
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-docs-for-dbt-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
- name: Checkout dbt-docs repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: upload changelog artifacts
id: retrieve_changelogs
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
steps:

- name: Checkout dbt-docs repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update submodules
run: git submodule update --init --recursive
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

steps:
- name: Check out dbt-core main branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dbt-labs/dbt-core
ref: main
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

steps:
- name: Checkout dbt-docs repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dbt-labs/dbt-docs # redundant but calling it out for clarity

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout dbt-docs repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update submodules
run: git submodule update --init --recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit f9b3706

Please sign in to comment.