Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 5, 2023
1 parent e2e3bf7 commit 0fc6b02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

- name: Use Node.js
uses: actions/setup-node@v3.8.1
Expand All @@ -26,22 +26,22 @@ jobs:
markdownlint "conceptual/**/*.md"
- name: Checkout live branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: live
path: live
- name: Clear live docs repo
run: rm -rf live/*

- name: Checkout Npgsql
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: npgsql/npgsql
ref: docs
path: Npgsql

- name: Checkout EFCore.PG
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: npgsql/Npgsql.EntityFrameworkCore.PostgreSQL
ref: docs
Expand Down

0 comments on commit 0fc6b02

Please sign in to comment.