Skip to content

Commit

Permalink
bug syntax in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ste93ste committed Oct 10, 2024
1 parent 93577a5 commit 92ba9ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout code
- uses: actions/checkout@v4
uses: actions/checkout@v4
with:
fetch-tags: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout code
- uses: actions/checkout@v4
uses: actions/checkout@v4
with:
fetch-tags: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout code
- uses: actions/checkout@v4
uses: actions/checkout@v4
with:
fetch-tags: true

Expand Down

0 comments on commit 92ba9ee

Please sign in to comment.