Skip to content

Commit

Permalink
Merge pull request #9 from kool-dev/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3.3.0

Bump actions/checkout from 3.1.0 to 3.3.0
  • Loading branch information
fabriciojs authored Oct 25, 2023
2 parents 9c44df5 + 6078602 commit 60bf249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.3.0

- name: Build
run: |
Expand Down

0 comments on commit 60bf249

Please sign in to comment.