Skip to content

Commit

Permalink
Merge pull request #787 from Mause/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout digest to 8ade135
  • Loading branch information
Mause authored Sep 26, 2023
2 parents 59ff879 + 936b3fe commit e7b34e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bleeding_edge: true

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- name: Remove cached duckdb extensions
run: rm -rf ~/.duckdb
- name: Install poetry
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/scorecards.yml

This file was deleted.

0 comments on commit e7b34e7

Please sign in to comment.