Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to c85c95e (#214)
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 Jun 21, 2023
1 parent cb37027 commit b57b29d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Clone repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roles_python_files_fastapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Clone repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roles_python_files_flask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Clone repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roles_react_files_cra_typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Clone repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit b57b29d

Please sign in to comment.