File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Check out code
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v5
2121 - id : lc_repo
2222 run : python3 -c'print("out=${{github.repository}}".lower())' >> "$GITHUB_OUTPUT"
2323 - name : Log in to the Container registry
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Check out code
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v5
2020 - id : lc_repo
2121 run : python3 -c'print("out=${{github.repository}}".lower())' >> "$GITHUB_OUTPUT"
2222 - name : Log in to the Container registry
Original file line number Diff line number Diff line change 3737 go-version : ${{ matrix.go-version }}
3838
3939 - name : Check out code
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141
4242 - name : Build
4343 run : |
Original file line number Diff line number Diff line change 88 name : Build
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - uses : cachix/install-nix-action@v31
1313 - uses : cachix/cachix-action@v16
1414 with :
You can’t perform that action at this time.
0 commit comments