Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
Was producing warnings on CI.
  • Loading branch information
jpienaar authored Oct 28, 2023
1 parent 5d7bdc8 commit c306b07
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 @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Setup Haskell Stack
uses: actions/setup-haskell@v1
Expand All @@ -35,7 +35,7 @@ jobs:
uses: llvm/actions/install-ninja@55d844821959226fab4911f96f37071c1d4c3268

- name: Clone LLVM repo
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
repository: llvm/llvm-project
ref: 'main'
Expand Down

0 comments on commit c306b07

Please sign in to comment.