Skip to content

Commit

Permalink
ci(ci): fixes to action uses
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Oct 22, 2024
1 parent 4e02f72 commit 46b8dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
-
name: Checkout
if: ${{ steps.release-please.outputs.release_created }}
uses: actions/checkout@v2
uses: actions/checkout@v4.2.1
-
name: Set up Python
if: ${{ steps.release-please.outputs.release_created }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
-
name: Setup code repository
uses: [email protected]
uses: actions/[email protected]
with:
fetch-depth: 1
-
Expand Down

0 comments on commit 46b8dd3

Please sign in to comment.