Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 9bb5618
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 8df6152 commit c8aef88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
Expand All @@ -22,7 +22,7 @@ jobs:

steps:
- name: Clone repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand All @@ -46,7 +46,7 @@ jobs:

steps:
- name: Clone repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand All @@ -70,7 +70,7 @@ jobs:

steps:
- name: Clone repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
Expand All @@ -97,7 +97,7 @@ jobs:

steps:
- name: Clone repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- docs
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
with:
fetch-depth: 0
- name: Setup Node.js
Expand Down

0 comments on commit c8aef88

Please sign in to comment.