We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531314a commit 91d41e9Copy full SHA for 91d41e9
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
git -C /home/opam/opam-repository pull origin master && HOME=/home/opam opam update -y
62
- name: Checkout repository
63
# See https://github.com/actions/checkout/issues/334
64
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
65
- name: Setup repo and install dependencies
66
run: |
67
sudo chown -R opam:opam .
0 commit comments