Skip to content

Commit

Permalink
Merge pull request #115 from pitastrudl/update_cd
Browse files Browse the repository at this point in the history
Update actions/checkout for CD
  • Loading branch information
renzenicolai authored Apr 23, 2024
2 parents 4045e7b + eb8cd0a commit fab7e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
environment: 'Badge.team website'
steps:
- name: Git Checkout (with submodules)
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3
with:
submodules: true

Expand Down

0 comments on commit fab7e54

Please sign in to comment.