File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 cross-build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - uses : cachix/install-nix-action@v23
1818 - run : nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz --pure -p gox -p go --run "gox -osarch '!darwin/386' ."
1919 tests :
2525 os : [ ubuntu-latest, macos-latest ]
2626 runs-on : ${{ matrix.os }}
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - uses : cachix/install-nix-action@v23
3030 with :
3131 nix_path : " ${{ matrix.nixPath }}"
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : ${{ github.actor == 'dependabot[bot]' }}
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 ref : ${{ github.event.pull_request.head.sha }}
1515 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments