Skip to content

Commit

Permalink
Revert "Bump actions/checkout from 3 to 4"
Browse files Browse the repository at this point in the history
This reverts commit 9d806d5.
  • Loading branch information
PHPirates authored Feb 1, 2024
1 parent f7ec8dc commit da39ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v3
- name: Upload documentation
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-2

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions/download-artifact@v4
with:
name: algolia-indexes
Expand Down

0 comments on commit da39ba1

Please sign in to comment.