Skip to content

Commit

Permalink
Reference v4 actions explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Mensfeld <maciej@mensfeld.pl>
  • Loading branch information
mensfeld authored Oct 6, 2023
1 parent 89db59a commit c61e9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Ruby
Expand All @@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Coditsu
Expand Down

0 comments on commit c61e9ca

Please sign in to comment.