Skip to content

Commit

Permalink
ci: downgrade actions/checkout@v4 to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Aug 10, 2024
1 parent 1bec9cc commit 4021dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cubeide_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
&& apt-get update \
&& apt-get install -y git
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
path: 'repo'
submodules: recursive
Expand Down

0 comments on commit 4021dff

Please sign in to comment.