Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent cb1e596 commit 0fd1006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run YAML linting
uses: ibiqlik/action-yamllint@v3
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
needs: Lint
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Prepare secrets
run: |
Expand Down

0 comments on commit 0fd1006

Please sign in to comment.