Skip to content

Commit

Permalink
Bump actions/checkout from 3.3.0 to 3.4.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 21, 2023
1 parent 6730f75 commit a3c505d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout the code
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout the code
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
fetch-depth: 0
- name: Get deps licenses
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
steps:
- name: Checkout the code
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down

0 comments on commit a3c505d

Please sign in to comment.