Skip to content

Commit

Permalink
Merge pull request #133 from gramaziokohler/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
tetov authored Sep 5, 2023
2 parents 517c888 + d42a254 commit 3d83cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
-
name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

-
name: Set up Python 3.8
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
steps:
-
name: Checkout code # This is needed for creating release on GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4

-
name: Download dist directory from build job
Expand Down

0 comments on commit 3d83cac

Please sign in to comment.