Skip to content
Open
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
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@v4
uses: actions/checkout@v5

- 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@v4
uses: actions/checkout@v5

- 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@v4
uses: actions/checkout@v5
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@v4
uses: actions/checkout@v5
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@v4
uses: actions/checkout@v5

- 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@v4
- uses: actions/checkout@v5

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