Skip to content

Commit

Permalink
Use actions/[email protected] to mitigate git2r error (#244)
Browse files Browse the repository at this point in the history
Pin the checkout action to v4.1.1 since v4.1.3 is broken.

Signed-off-by: cicdguy <[email protected]>
  • Loading branch information
cicdguy authored Apr 24, 2024
1 parent e88629c commit fb89a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
contents: write
steps:
- name: Checkout repo 🛎
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Cache artifacts 📀
uses: actions/cache@v4
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
if: ${{ always() }}
steps:
- name: Checkout repo 🛎
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Cache artifacts 📀
uses: actions/cache@v4
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
&& !contains(github.event.commits[0].message, '[skip docs]')
steps:
- name: Checkout repo 🛎
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Download artifact ⏬
uses: actions/download-artifact@v4
Expand Down

0 comments on commit fb89a27

Please sign in to comment.