File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v4
1212 - name : Test
13- uses : addnab/docker-run-action@v1
13+ uses : addnab/docker-run-action@v3
1414 with :
1515 image : joseluisq/paket
1616 options : -v ${{ github.workspace }}:/gitnow
1717 shell : fish
1818 run : |
1919 fish -v
2020 paket --version
21+ git config --global --add safe.directory /gitnow
2122 paket add /gitnow
2223 /gitnow/testing/test.fish
2324
@@ -26,15 +27,15 @@ jobs:
2627 runs-on : ubuntu-latest
2728 steps :
2829 - name : Checkout
29- uses : actions/checkout@v2
30+ uses : actions/checkout@v4
3031 - name : Test
31- uses : addnab/docker-run-action@v1
32+ uses : addnab/docker-run-action@v3
3233 with :
3334 image : joseluisq/paket
3435 options : -v ${{ github.workspace }}:/gitnow
3536 shell : fish
3637 run : |
37- apk add curl
38+ apk add curl && apk upgrade
3839 curl -sL git.io/fisher | source
3940 fish -v
4041 fisher --version
You can’t perform that action at this time.
0 commit comments