Skip to content

Commit

Permalink
Merge pull request #3427 from Hannah-Sten/revert-3416-dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/actions/checkout-4

Revert "Bump actions/checkout from 3 to 4"
  • Loading branch information
PHPirates authored Feb 1, 2024
2 parents f7ec8dc + da39ba1 commit 8f7be5c
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 8f7be5c

Please sign in to comment.