File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout the repository
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616
1717 - name : Clone AUR repo
1818 run : git clone ssh://aur@aur.archlinux.org/zfs-file-history-git.git
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v7
2222 - name : Annotate locations with typos
2323 uses : codespell-project/codespell-problem-matcher@v1
2424 - name : Codespell
Original file line number Diff line number Diff line change 1616 image : ixsystems/zfs:latest
1717 steps :
1818 - name : Checkout the repository
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020
2121 - name : Set safe directory for git
2222 run : |
@@ -104,7 +104,7 @@ jobs:
104104 sudo apt-get install -y ${{ matrix.cross_pkg }} ${{ matrix.zfs_pkg }}
105105
106106 - name : Checkout the repository
107- uses : actions/checkout@v6
107+ uses : actions/checkout@v7
108108
109109 - uses : actions/setup-go@v6
110110 with :
You can’t perform that action at this time.
0 commit comments