Skip to content

Commit

Permalink
Merge pull request #98 from target/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.1.0

build(deps): bump actions/checkout from 3.5.3 to 4.1.0
  • Loading branch information
bmuenzenmeyer authored Dec 1, 2023
2 parents 4f88527 + a51ccfb commit 41f36cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.0
with:
persist-credentials: false
fetch-depth: 0
Expand Down

0 comments on commit 41f36cb

Please sign in to comment.