Skip to content

Commit

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

Bump actions/checkout from 1 to 4
  • Loading branch information
ralongit authored May 22, 2024
2 parents a70df4b + ac7afa4 commit f38ea98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
Expand All @@ -27,7 +27,7 @@ jobs:
needs: ci-tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/[email protected]
Expand Down

0 comments on commit f38ea98

Please sign in to comment.