Skip to content

Commit

Permalink
Update actions/checkout digest to 8ade135 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2023
1 parent 1181fd1 commit 5f64850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

Check warning on line 17 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / lint

17:76 [comments] too few spaces before comment

- name: Install yamllint
run: pip install yamllint
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

Check warning on line 30 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / lint

30:76 [comments] too few spaces before comment
with:
fetch-depth: 0

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

Check warning on line 72 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / lint

72:76 [comments] too few spaces before comment
with:
fetch-depth: 0
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

Check warning on line 19 in .github/workflows/testing.yml

View workflow job for this annotation

GitHub Actions / lint

19:73 [comments] too few spaces before comment

- name: Install yamllint
run: pip install yamllint
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

Check warning on line 32 in .github/workflows/testing.yml

View workflow job for this annotation

GitHub Actions / lint

32:73 [comments] too few spaces before comment
with:
fetch-depth: 0

Expand Down

0 comments on commit 5f64850

Please sign in to comment.